线上班第六期_Android 自动化测试用例编写_20180519

Appium Sample code:

https://github.com/appium/sample-code

Appium-Desired-Caps:

https://github.com/appium/appium/blob/master/docs/cn/writing-running-appium/caps.md

Appium-Server-Args:

https://github.com/appium/appium/blob/master/docs/cn/writing-running-appium/server-args.md

Uiautomator 2的一些应用方法

https://testerhome.com/topics/3588

Native切换Hybrid须知

  • 1、app里的webview控件,必须打开debug模式
  • 2、手机必须是4.4或以上(chromedriver)
  • 3、切换到chromedriver模式以后,[移动端定制]的操作不可用

课后作业:

1、使用UIAUTOMATOR完成你们公司应用最基本的操作,如果含有较多的Webview,可以使用UiAutomator完成系统计算机的计算操作;
2、使用Appium Sample Code的样例,把上节课你们公司的自动化脚本贴进去,修改成你们公司的版本;