首先请确定appium安装好了,环境也配置好了。
其次请确定安卓模拟器(安卓真机)也准备好了。
在模拟器上运行自动化测试脚本的步骤:
- 开启模拟器
- 开启appium
- 运行脚本
- 在模拟器和appium上看效果
编写自动化测试脚本的步骤:
- 开启模拟器
- 开启UI Automator Viewer,对模拟器界面进行截屏分析元素方便定位
- 写脚本
注:
常用adb命令:
- adb shell dumpsys activity top | grep ACTIVITY
查看顶层活跃activity的名字 - adb shell ps <pid>
查看对应进程号的状态