会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2677989813@
博客园
首页
新随笔
联系
管理
订阅
上一页
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
阅读(158)
评论(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
阅读(416)
评论(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
阅读(709)
评论(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
阅读(691)
评论(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
阅读(859)
评论(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
阅读(691)
评论(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
阅读(514)
评论(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
阅读(4795)
评论(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
阅读(3798)
评论(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
阅读(1196)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
21
下一页
公告