摘要:
Python Module 1. 基本概念 一个.py文件 在其他模块中进行重用 2. 引用module的方法 import "module name" 使用内部module import sys print('The command line arguments are:') for i in s 阅读全文
摘要:
怎么使用cookie和header 12. 想测试登录后的界面,怎么让请求执行的时候知道当前已经是登录状态呢 a. 先试一下,接着在上面的基础上,添加这个界面http请求(user list页面) 因为这个页面由两个请求组成,所以我加了一个事物控制器来组合这两个请求Thread Group -> A 阅读全文
摘要:
Install Fiddler on cp 1. Open Fiddler, Tools > Otpion > Connections, keep port in 8888 > HTTPS, and check "Allow remote computers to connect"; 2. Tool 阅读全文