- 博客(5)
- 收藏
- 关注
原创 appium运行后报错 A new session could not be created.
appium运行后报错 A new session could not be created. 解决方法: 修改 Appium\node_modules\appium\node_modules\appium-adb\lib\adb.js 文件 参考文章:里边也有其他情况 https://blog.youkuaiyun.com/zxz_tsgx/article/details/53204258 https:...
2019-01-18 11:21:43
2454
原创 eclipse中testng运行用例后:run: 0, Failures: 0
eclipse中使用testng运行后:run: 0, Failures: 0, Skips: 1 是因为导包导成了junit的,改成testng的就好了
2019-01-18 11:08:21
1311
原创 Jmeter响应结果中中文是Unicode格式
试过有效的方法: 1、修改jmeter的配置文件,bin文件夹洗阿德jmeter.properties 搜索default.encoding 这一行去掉注释,值修改为UTF-8 2、请求添加beanshell后置处理器,粘贴转换编码代码: String s=new String(prev.getResponseData(),“UTF-8”); char aChar; int len= s.len...
2019-01-18 10:58:11
308
原创 使用uiaotumator viewer 时报错 Remote object doesn't exist!
使用uiaotumator viewer 时报错 Remote object doesn’t exist! Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException: Remote object doesn’t exist! 1、cmd 中输入 adb devices 检查设备有没有连接上, 2、确...
2019-01-16 11:57:27
5775
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅