会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lms21
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
下一页
2021年2月21日
面试题准备--接口测试
摘要: 1、你们公司的接口测试流程是怎样的? 我们公司的接口测试流程如下: 开发提供API文档(文档里包括各种接口参数,请求方式,返回方式,接口地址等)-->测试针对文档进行接口需求分析,理清楚接口之间关系-->设计接口用例(包括通过性验证/数据验证/异常验证/参数组合及边界值验证/性能测试/安全测试)--
阅读全文
posted @ 2021-02-21 00:43 lms21
阅读(241)
评论(0)
推荐(0)
2020年11月2日
Android R 适配对测试影响
摘要: https://mp.weixin.qq.com/s/ZrsO5VvURwW98PTHei0kFA Android R正式版最近发布了,应用陆陆续续要进行sdk适配。 下面写几个修改内容对应用会有影响的,以便在测试中更好地进行测试。 1. 分区存储强制执行 targetSdkversion = 30
阅读全文
posted @ 2020-11-02 20:41 lms21
阅读(488)
评论(0)
推荐(0)
2020年10月29日
app应用冷启时间测试
摘要: 1.先杀死待测试应用进程 使用 adb shell -->ps -A | grep [包名] adb shell ps -A |grep galleryu0_a94 31355 15406 15443064 171020 0 0 S com.xxxx.gallery 橙色为进程号 红色为包名 1.1
阅读全文
posted @ 2020-10-29 13:54 lms21
阅读(276)
评论(0)
推荐(0)
2020年10月26日
pytest学习笔记
摘要: 学习主要参考: https://blog.csdn.net/lovedingd/article/details/98952868 https://www.cnblogs.com/shenh/p/11572657.html https://www.cnblogs.com/sundawei7/p/119
阅读全文
posted @ 2020-10-26 09:13 lms21
阅读(306)
评论(0)
推荐(0)
2020年10月13日
python+appium+pytest--Github学习
摘要: https://github.com/qiaomui/app_test https://github.com/qiaomui/app_test.git https://github.com/Louis-me/appiumn_auto https://testerhome.com/topics/193
阅读全文
posted @ 2020-10-13 23:06 lms21
阅读(444)
评论(0)
推荐(0)
2020年10月12日
python学习
摘要: isinstance() 函数 isinstance() 函数来判断一个对象是否是一个已知的类型,类似 type()。 >>>a = 2 >>> isinstance (a,int) True https://www.runoob.com/python/python-func-isinstance.
阅读全文
posted @ 2020-10-12 23:12 lms21
阅读(72)
评论(0)
推荐(0)
2020年10月11日
linux 命令学习
摘要: 创建文件夹: mkdir 默认情况下,不带任何参数运行 mkdir 命令会在当前目录下创建目录。
阅读全文
posted @ 2020-10-11 22:57 lms21
阅读(91)
评论(0)
推荐(0)
2020年10月10日
python/Appium遇到问题
摘要: 报错: Original error: Could not proxy command to remote server. Original error: Error: socket hang up 使用参数化来跑test case @parameterized.expand([ ('manshuo
阅读全文
posted @ 2020-10-10 21:27 lms21
阅读(413)
评论(0)
推荐(0)
python+appium应用报错时执行截图操作
摘要: 查到一个资料: 是使用装饰器来进行截图操作的 https://testerhome.com/topics/8883 先记录一下: 可以使用装饰器: def getImage(function): @wraps(function) def get_ErrImage(self,*args, **kwar
阅读全文
posted @ 2020-10-10 20:45 lms21
阅读(197)
评论(0)
推荐(0)
2020年9月30日
logcat学习
摘要: adb logcat *:W 设置过滤级别为W以上
阅读全文
posted @ 2020-09-30 16:14 lms21
阅读(70)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
下一页
公告