Appium移动端自动化测试工具

  • Appium移动端自动化测试工具介绍

  1. appium是- -个自动化测试开源工具,支持ios平台和Android平台。上的原生应用, web应用和混合应用。
  2. appium是-一个跨平台的工具:它允许测试人员在不同的平台( ios , Android )使用同一套API来写自动化测试脚本,这样大大增加了iOS和Android测试套件间代码的复用性。
  • selenium

  1. appium类库封装了标准Selenium客户端类库
  2. appium客户端类库实现了Mobile JSON Wire Protocol、W3C WebDriver spec
  3. appium服务端定义了官方协议的扩展,为appium用户提供了方便的接口来执行各种设备动作
  • Appium特点

     1. 多平台
         appium选择'了Client/Server的设计模式
         appium扩展了WebDriver的协议
     2. 多语言

        Ruby https://github.com/appium/ruby_lib

        Python https://github.com/appium/python-client

       Java https://github.com/appium/java-client

       JavaScript (Node.js) https://github.com/admc/wd

       PHP https://github.com/appium/php-client

       C# (.NET) https://github.com/appium/appium-dotnet-driver

       RobotFramework https://github.com/jollychang/robotframework-appiumlibrary

  • appium工作原理

Appium移动端自动化测试工具_第1张图片

  • Appium移动端自动化测试工具安装

Appium官网:http://appium.io/

点击下载进入https://github.com/appium/appium-desktop/releases/tag/v1.13.0

Appium移动端自动化测试工具_第2张图片

安装完成

Appium移动端自动化测试工具_第3张图片

你可能感兴趣的:(爬虫)