JMeter脚本调试经验
2019-07-23 本文已影响3人
仰望_
1、信息头
Content-Type、
Content-Type的值为application/x-www-form-urlencoded用Parameters表单传参
Content-Type的值为application/json;charset=UTF-8时,用BodyData传参
Cookie
若信息头中已带cookie值,请不要在脚本中增加cookie管理器
Content-Type的值为application/x-www-form-urlencoded用Parameters表单传参
Content-Type的值为application/json;charset=UTF-8时,用BodyData传参
若信息头中已带cookie值,请不要在脚本中增加cookie管理器