摘要: 一、抛出问题 软件质量差,不稳定 客户反馈投诉多 你们测试为什么没有发现? 软件不好用,不方便,不易理解! 二、分析问题 1、这个问题是什么? RE:保持与客户反馈的问题理解的一致性,确保问题不失真 2、这个问题真实存在吗? RE:核实问题是否存在,必现还是偶现; 3、如果必现,用例是否有覆盖到?是 阅读全文
posted @ 2024-05-09 18:13 First_ove 阅读(8) 评论(0) 推荐(0) 编辑
摘要: drozer 常用命令 基础命令 adb 端口转发,dozer 连接 adb forward tcp:31415 tcp:31415 drozer console connect 进入dozer输入list或ls,查看dozer 所有模块 list 查找安装包 run app.package.lis 阅读全文
posted @ 2024-05-09 18:11 First_ove 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 一、Jmeter - 绝对并发之集合点设置 https://blog.csdn.net/weixin_42162451/article/details/116806130 二、Jmeter - 常用插件 将附件的两个jar包copy到目录:C:\apache-jmeter-5.4.3\apache- 阅读全文
posted @ 2024-05-09 18:02 First_ove 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ** !17 一、Airtest部署IOS测试:! ** https://github.com/AirtestProject/iOS-Tagent/blob/master/Introduction/README_zh.md ps:”若访问 http://127.0.0.1:8100/inspecto 阅读全文
posted @ 2024-05-09 18:01 First_ove 阅读(59) 评论(0) 推荐(0) 编辑
摘要: airtest(豆瓣源) pip install airtest -i https://pypi.tuna.tsinghua.edu.cn/simple 使用tidevice启动WDA服务 tidevice applist # 获取已连接苹果设备上的安装包 tidevice wdaproxy -B 阅读全文
posted @ 2022-12-07 10:55 First_ove 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: 1. 安装软件 pm install -r 安装包地址(该地址必须是挂载在设备上的路径,如/sdcard/xxx.apk) 2. 卸载软件 pm uninstall -k 软件包名 3. 清理软件缓存 pm clear 软件包名 4. 标签配置快捷功能 su**\r\psae_CS2.0-@219\ 阅读全文
posted @ 2022-12-07 10:53 First_ove 阅读(336) 评论(0) 推荐(0) 编辑
摘要: #### 1. 查看设备 > adb device #### 2. 安装APK > adb install 包名 # 可加入-t/-d/-r等参数 #### 3. 卸载APK > adb uninstall 包名 #### 4. 进入shell > adb shell #### 5. 清理APK缓存 阅读全文
posted @ 2022-08-02 11:49 First_ove 阅读(305) 评论(0) 推荐(0) 编辑