51Testing软件测试论坛
标题:
微信小程序自动化测试全流程(安卓真机+Appium)
[打印本页]
作者:
感悟时分
时间:
2019-2-21 17:19
标题:
微信小程序自动化测试全流程(安卓真机+Appium)
一、连接手机
1.手机设置成开发者模式(我用的oppo,所以是设置-关于手机-三击“版本号”,开发者模式打开)
2.开启USB调试(设置-其它设置-开发者选项-USB调试打开,最好不锁屏幕和不使用锁屏)
3.此时数据线是与电脑连接 的,手机端会出现“允许调试吗?”的提示,点击“确定”
二、检查Appium与手机是否可正常链接
1.cmd,录入adb devices,出现下图红框标识信息,证明手机已连接成功
[attach]122209[/attach]
2.此时打开Appium,启动,出现下图所示信息,appium与手机连接成功
[attach]122210[/attach]
(注:若出现Appium启动报错:
Checking if an update is available
Update not available
Starting Node Server
error: Couldn’t start Appium REST http interface listener. Requested port is already in use. Please make sure there’s no other instance of Appium running already.
Node Server Process Ended
复制代码
解决方案是:Windows下,杀掉node.exe32进程,再重启Appium即可解决)
三、python编写进入小程序脚本,可参考以下链接
https://testerhome.com/topics/14927
但注意shell 命令后要加“”
adb shell “dumpsys activity top | grep ACTIVITY”
adb shell “ps 23498”
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2