Selenium 与 Android自动化测试

               

Android WebDriver
http://code.google.com/p/selenium/wiki/AndroidDriver
Selenium官方支持的Android Driver
支持模拟器和真机
支持的平台:
The current apk will only work with Gingerbread (2.3.x), Honeycomb (3.x), Ice Cream Sandwich (4.0.x) and later.
Note that there is an emulator bug on Gingerbread that might cause WebDriver to crash.
The last version to support Froyo (2.2) is 2.16.
仅支持Web App


Selendroid
http://selendroid.io/
支持模拟器和真机
支持Native和Hybrid App
Multiple Android target API support (10 to 18)


Appium
http://appium.io
Android SDK API >= 17 (Additional features require 18)
支持模拟器和真机
支持native and hybrid mobile apps
Android support uses the UiAutomator framework for newer platforms and Selendroid for older Android platforms.


NativeDriver
http://code.google.com/p/nativedriver/wiki/GettingStartedAndroid
Android SDK 2.2 or later
nativedriver现在已经没人维护了,测试android的话nativedriver需要源代码中引入jar重新打包。

autoandroid
http://code.google.com/p/autoandroid/
This project is no longer being actively developed or maintained.


 

           

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

猜你喜欢

转载自blog.csdn.net/hdsghtj/article/details/86681846