上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi Nginx+uWSGI 前置条件:以下所有操作均在root账号下面进行如果不是root用户请注意权限问题因为是自己搭的服务器所以无所谓安全问题如果是公司的服务器请不要使用root账号 一、安 阅读全文
posted @ 2019-11-02 15:28 此生不换Yang 阅读(786) 评论(0) 推荐(0) 编辑
摘要: QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi JMeter非GUI模式下: jmeter -n -t jmx脚本 -l jtl文件 -e -o 测试报告目录# 不传递参数的运行命令jmeter -J线程数变量名=值1 -J持续时间变量名 阅读全文
posted @ 2019-10-28 20:10 此生不换Yang 阅读(750) 评论(0) 推荐(0) 编辑
摘要: QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、柱状图 二、饼状图 阅读全文
posted @ 2019-10-22 16:19 此生不换Yang 阅读(696) 评论(0) 推荐(0) 编辑
摘要: QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、间隔时间: 二、定时时间: 三、任务设置: 四、任务结果: 阅读全文
posted @ 2019-10-20 01:36 此生不换Yang 阅读(530) 评论(0) 推荐(0) 编辑
摘要: 一、安装 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 阅读全文
posted @ 2019-10-05 19:20 此生不换Yang 阅读(1632) 评论(1) 推荐(0) 编辑
摘要: QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、接口关联思路: 在接口测试中, 很多场景下, 上一个接口的出参要作为下一个接口的入参, 即上一个接口的响应结果中的值要作为下一个接口的请求数据, 在JMeter里面, 这叫做关联。 看了 阅读全文
posted @ 2019-10-03 14:48 此生不换Yang 阅读(799) 评论(0) 推荐(0) 编辑
摘要: QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、登录页login.html: 二、首页home.html: 三、产品线列表页product.html: 四、模块列表页module.html: 五、用例组列表页case_group.ht 阅读全文
posted @ 2019-09-18 17:17 此生不换Yang 阅读(758) 评论(0) 推荐(1) 编辑
摘要: QQ群:529063263 GitHub:https://github.com/yjlch1016/dapi 一、项目命名: dapi:即Django+API测试的缩写 二、设计思想: 模拟性能测试工具JMeter的思路, 实现接口测试与性能测试的Web化, 计划有产品模块、接口测试用例模块、性能测 阅读全文
posted @ 2019-09-02 22:17 此生不换Yang 阅读(1674) 评论(1) 推荐(0) 编辑
摘要: 一、安装: pip install django-debug-toolbar 安装django-debug-toolbar库 https://github.com/jazzband/django-debug-toolbar GitHub主页 二、设置demo/settings.py: 三、复制静态资 阅读全文
posted @ 2019-08-23 19:06 此生不换Yang 阅读(705) 评论(0) 推荐(0) 编辑
摘要: 一、安装drf-yasg: 由于django-rest-swagger已经废弃了 所以引入了drf-yasg pip install drf-yasg 安装install drf-yasg库 https://github.com/axnsan12/drf-yasg Github主页 二、工程的目录结 阅读全文
posted @ 2019-08-23 14:44 此生不换Yang 阅读(3918) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页