10 2019 档案
摘要:QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi JMeter非GUI模式下: jmeter -n -t jmx脚本 -l jtl文件 -e -o 测试报告目录# 不传递参数的运行命令jmeter -J线程数变量名=值1 -J持续时间变量名
阅读全文
摘要:QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、柱状图 二、饼状图
阅读全文
摘要:QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、间隔时间: 二、定时时间: 三、任务设置: 四、任务结果:
阅读全文
摘要:一、安装 pip install celery pip install django-celery-beat pip install django-celery-results pip install redis 安装这4个库 pip list celery==4.3.0 django-celery
阅读全文
摘要:QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、接口关联思路: 在接口测试中, 很多场景下, 上一个接口的出参要作为下一个接口的入参, 即上一个接口的响应结果中的值要作为下一个接口的请求数据, 在JMeter里面, 这叫做关联。 看了
阅读全文