HttpRunnerManager
HttpRunnerManager copied to clipboard
test缺少variable_binds属性
- test: name: /WebServer/Data.ashx variable_binds: - avatar_file: "C:/Users/Administrator/Desktop/1.jpg" - data: F_CreateTime: '2018-08-02' F_MainID: 69905d8c-0cca-4aed-8034-d921756ed47e F_Multiple: '2' F_Name: 博士后 - multipart_encoder: ${make_user_info($avatar_file,$data)} request: method: POST url: http://xxxx.xxxx.com:94/WebServer/data.ashx headers: Content-Type: ${get_content_type($multipart_encoder)} data: $multipart_encoder validate: - eq: - status_code - 200 - eq: - headers.Content-Type - application/json; charset=utf-8 - eq: - content.code - 0 - eq: - content.msg - 上传成功! - eq: - content.success - true
能描述一下上下文吗
variable_binds在HttpRunnerManager中并无对应的设置项