联合会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
2677989813@
博客园
首页
新随笔
联系
管理
订阅
随笔- 206 文章- 0 评论- 57 阅读-
22万
上一页
1
2
3
4
5
6
7
8
9
10
···
21
下一页
2020年3月25日
selenium 实战
摘要: 说明: 1.包内实现 函数方法 2.unittest实现 case的组合 3.在unitest 中通过实例调用 ,完成不同的case场景 4.用于测试数据和测试代码分离 —————————————————————————— 以下是包内的方法 》method.method_login 包 #!/use
阅读全文
posted @ 2020-03-25 18:38 yanhuidj
阅读(160)
评论(0)
推荐(0)
编辑
2020年3月13日
jenkins 更改 端口
摘要: 1.先确定当前jenkins 安装路径 windows 下默认安装路径: C:\Program Files (x86)\Jenkins 2.切换到Jenkins目录 ,命令java -jar jenkins.war --ajp13Port=-1 --httpPort=8081 更改后的访问地址为 l
阅读全文
posted @ 2020-03-13 10:40 yanhuidj
阅读(423)
评论(0)
推荐(0)
编辑
2020年1月12日
windows 安装django 报错
摘要: 报错信息如下: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError ('<pip.
阅读全文
posted @ 2020-01-12 18:13 yanhuidj
阅读(730)
评论(0)
推荐(0)
编辑
2020年1月9日
locust分布式运行在windows -在本地执行master 和slave
摘要: 1.先确定locust脚本 通过 2.进入locust脚本目录 如图: 此时web页面是这样的 如图: 3.此时执行master-他是不执行的,只做管理,不执行task任务 如图: 4.如果想执行的话,需要再开个cmd 执行slave 如图: 5.如果maseter 和slave 不在同一个电脑上,
阅读全文
posted @ 2020-01-09 17:43 yanhuidj
阅读(697)
评论(0)
推荐(0)
编辑
2019年12月30日
性能分析指标
摘要: 转自: https://www.cnblogs.com/TestWorld/p/5415690.html https://testerhome.com/articles/20744 一、用户事务分析 用户事务分析是站在用户角度进行的基础性能分析。 1、Transation Sunmmary(事务综述
阅读全文
posted @ 2019-12-30 14:44 yanhuidj
阅读(887)
评论(0)
推荐(0)
编辑
2019年12月24日
airtest 报告-本地正常访问,其他人无法正常加载图片
摘要: 解决: 1.先生成airtest脚本 如: 2.cmd下进入该目录,先生成log目录 执行:airtest run sjp1.py --log log/ 3.在当前目前下 执行: airtest report sjp1.py --export C:\Users\hui\Desktop\11.html
阅读全文
posted @ 2019-12-24 17:38 yanhuidj
阅读(697)
评论(0)
推荐(0)
编辑
2019年12月20日
jemter 命令行并发执行
摘要: 1.开启gui-设置用户定义变量 2.在线程组进行参数化 3.将以上内容保存,并且保证当前脚本已调试通过 4.开启cmd,进入jmeter/bin 目录下 C:\Users\hui\Desktop\tools\apache-jmeter-3.3\bin> 执行: jmeter.bat -Jthrea
阅读全文
posted @ 2019-12-20 12:50 yanhuidj
阅读(517)
评论(0)
推荐(0)
编辑
jmeter查看报告的两种方式
摘要: 【方式一】 1.先进入jmeter/bin下 C:\Users\hui\Desktop\tools\apache-jmeter-3.3\bin> 2.执行 jmeter.bat -n -t C:\Users\hui\Desktop\msg.jmx -l C:\Users\hui\Desktop\lo
阅读全文
posted @ 2019-12-20 11:05 yanhuidj
阅读(4980)
评论(0)
推荐(0)
编辑
2019年12月19日
locust -post请求
摘要: 恢复内容开始 参考:https://www.cnblogs.com/imyalost/p/9758189.html #coding=utf-8import requests from locust import HttpLocust,TaskSet,task class Msg(TaskSet):
阅读全文
posted @ 2019-12-19 18:09 yanhuidj
阅读(3816)
评论(1)
推荐(0)
编辑
2019年12月14日
unittest 执行airtest 脚本
摘要: 参考:https://blog.csdn.net/gzh00001/article/details/93331399 #!/user/bin/python3#coding=utf-8#2019/12/14 --17:21#author :huifrom airtest.core.api import
阅读全文
posted @ 2019-12-14 18:21 yanhuidj
阅读(1200)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
21
下一页
公告
昵称:
yanhuidj
园龄:
7年4个月
粉丝:
23
关注:
14
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
随笔档案
2024年8月(2)
2024年7月(1)
2024年4月(5)
2023年3月(1)
2022年8月(1)
2022年6月(6)
2022年4月(1)
2022年3月(1)
2022年2月(1)
2021年12月(2)
2021年11月(4)
2021年10月(1)
2021年9月(1)
2021年8月(1)
2021年6月(1)
2021年3月(1)
2020年12月(1)
2020年10月(1)
2020年9月(1)
2020年8月(1)
2020年7月(3)
2020年5月(11)
2020年4月(2)
2020年3月(2)
2020年1月(2)
2019年12月(11)
2019年11月(7)
2019年10月(8)
2019年9月(5)
2019年8月(8)
2019年7月(9)
2019年6月(6)
2019年5月(10)
2019年4月(3)
2019年3月(9)
2019年2月(1)
2018年12月(3)
2018年11月(8)
2018年10月(2)
2018年8月(12)
2018年7月(18)
2018年6月(4)
2018年5月(5)
2018年4月(7)
2018年3月(11)
2018年2月(1)
2017年11月(4)
更多
阅读排行榜
1. python+requests接口自动化测试框架实例详解教程(25885)
2. 报错 hint: Updates were rejected because the remote contains work that you do 解决方法(20726)
3. Python OSError: [Errno 22] Invalid argument:的出现和解决(19980)
4. 创建gitlab ssh 密钥(14752)
5. ImportError: sys.meta_path is None, Python is likely shutting down(10127)
评论排行榜
1. python+requests接口自动化测试框架实例详解教程(7)
2. unittest运行的几种方式(3)
3. apache -ab(3)
4. webdriveragentrunner +ios(2)
5. airtest 批量执行脚本 (2)
推荐排行榜
1. pycharm ui 转换为ui 报 Error: one input ui-file must be specified(2)
2. Python OSError: [Errno 22] Invalid argument:的出现和解决(2)
3. 报错 hint: Updates were rejected because the remote contains work that you do 解决方法(2)
4. python+requests接口自动化测试框架实例详解教程(2)
5. 通俗大白话来理解TCP协议的三次握手和四次断开(1)
最新评论
1. Re:airtest 批量执行脚本
详细访问:
--yanhuidj
2. Re:airtest 批量执行脚本
其他方案: 1. 放 airtest 的录制脚本名称不要变,目录为air,后缀名xxpy文件 需要和文件名一致 ,另外 可以把 安装包一同放入air 目录下 2. 固定模板 保持不变 3. run.p...
--yanhuidj
3. Re:webdriveragentrunner +ios
问题12 最后是怎么解决的。 "sessionId" : null 一直是空的困扰好几天了!跪求指点
--mygrace
4. Re:mac mysql 忘记密码 重置
查看位置:ps -ef|grep mysql 启动服务 sudo /usr/local/mysql/support-files/mysql.server start 关闭服务 sudo /usr/lo...
--yanhuidj
5. Re:python+requests接口自动化测试框架实例详解教程
看了下,是没有加,可以写成公共或初始化 另外: 1.针对excel 的,如在测试过程中 遇到精度问题或跨平台容易导致 中文或多语言编码问题,就不适合用excel 作为数据依赖 2.另外 这对ini 的...
--yanhuidj
点击右上角即可分享