上一页 1 ··· 6 7 8 9 10
摘要: --导入requests import requests url= 'http://www.baidu.com' get_url = 'https://www.baidu.com?username='test01'&password='test'' data = { 'username':'test 阅读全文
posted @ 2020-09-19 17:47 文刀六日 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1.接口测试环境搭建 a. python3版本+ Visual Studio Code工具 b.python环境变量,百度 c.安装request第三方库:pip install requests 阅读全文
posted @ 2020-09-16 22:46 文刀六日 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1.如何解决图片显示问题? a.手机端-设置-Wlan-高级-网址不适用代理,将不需要图片的域名加入 阅读全文
posted @ 2020-09-16 22:30 文刀六日 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1.如何创造大量测试数据 a. 选择接口,- fiddler- Replay(创造大量测试数据) 阅读全文
posted @ 2020-09-15 23:29 文刀六日 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1.如何使用fiddler修改返回数据及添加过滤规则 a.找到接口,找到接口的参数 b.TextView - view in Notepad,将参数修改,保存文件 c.AutoResponder - Add Rule,选择接口,Find a file,选择保存的文件,save d.重新跑一遍 注: 阅读全文
posted @ 2020-09-15 23:24 文刀六日 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1.如何使用fiddler对手机进行抓包? a. 手机端 - 设置-WLAN-高级-代理 b. 电脑端-cmd-ipconfig ,获取到当前电脑的ip地址 c.手机端,代理服务器主机名处:输入ip地址,端口输入8888(注:fiddler-Tools-options-connetions) d.重 阅读全文
posted @ 2020-09-15 22:56 文刀六日 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10