热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Selenium与Android自动化测试

AndroidWebDriverhttp:code.google.compseleniumwikiAndroidDriverSelenium官方支持的AndroidDriver支持模拟

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.

 


 


推荐阅读
author-avatar
石榴岗村-沙芖鱼
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有