上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: https://github.com/appium/mitmproxy-java 因为是基于java写的appium自动化。 希望能在跑case的过程中实现拦截请求并修改response的功能。 就调研了多种proxy的工具。 anyproxy是用js文件写的,可能实现需求。 又尝试了一下mitmp 阅读全文
posted @ 2020-05-19 17:29 zqlmmd 阅读(1030) 评论(1) 推荐(0) 编辑
摘要: Monkey基本命令参数 参数名 基本功能 举例 -p 参数-p用于约束限制,用此参数指定一个或多个包(Package,即App)。指定包之后,Monkey将只允许系统启动指定的APP。如果不指定包,Monkey将允许系统启动设备中的所有APP。 *指定一个包: adb shell monkey - 阅读全文
posted @ 2020-04-10 11:55 zqlmmd 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 开发详细询问bug场景 首先,询问开发是否已经查看bug管理系统的bug描述和复现步骤。如果,开发没有查看bug描述,告诉开发在bug系统中已经详细说明bug的复现步骤。如果再有不明确的地方,可以随时沟通。如果,开发已经查看bug描述,还是有不清楚的地方,那么需要针对有疑问的地方进行详细解释,或者当 阅读全文
posted @ 2020-04-02 20:39 zqlmmd 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 每个app的耗电量主要由以下几个方面决定:cpu的耗电量、wakelock的耗电量、wifi的耗电量、移动数据的耗电量和其他传感器的耗电量。对于测试来讲,要对每个新版本的包进行专项相关的测试。 耗电量就是其中之一,我们希望能够有一个简单的方法进行耗电量的测试。尝试过以下的方法: dumpsys ba 阅读全文
posted @ 2020-04-02 20:36 zqlmmd 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 摘从[https://www.jianshu.com/p/29fc28dfe813](https://www.jianshu.com/p/29fc28dfe813)1.下载安装`java`环境,配置环境变量,[按照这个连接配置环境变量](https://jingyan.baidu.com/artic 阅读全文
posted @ 2020-04-02 20:33 zqlmmd 阅读(1300) 评论(0) 推荐(0) 编辑
摘要: ```# coding=utf-8 import json_tools def jsonDiff(): a={"code":0,"message":"success"} b={"code":0,"message":"success"} result = json_tools.diff(a,b) pr 阅读全文
posted @ 2020-04-02 20:32 zqlmmd 阅读(2271) 评论(0) 推荐(0) 编辑
摘要: https://github.com/alipay/SoloPi/wiki/Performance 阅读全文
posted @ 2020-04-01 16:25 zqlmmd 阅读(268) 评论(0) 推荐(0) 编辑
摘要: adb shell monkey -p tv.danmaku.bili-s 120000 --hprof --ignore-timeouts --ignore-crashes --ignore-security-exceptions --pct-touch 43 --pct-motion 23 -- 阅读全文
posted @ 2020-04-01 15:48 zqlmmd 阅读(377) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42498050/article/details/105034770?fps=1&locationNum=2 阅读全文
posted @ 2020-03-25 16:22 zqlmmd 阅读(1697) 评论(0) 推荐(0) 编辑
摘要: pom中增加: <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.11.1</version> </dependency> <dependen 阅读全文
posted @ 2020-03-10 18:20 zqlmmd 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页