1、添加信息表头。 注意:1、使用Parameters时,Content-Type要么不传,要么传application/x-www-form-urlencoded,因为不传时默认值就是application/x-www-form-urlencoded,如果传application/json的话会报错。
2、使用Body Data时,Content-Type可以是application/x-www-form-urlencoded或application/json。
信息表头:
名称:Content-Type 值:text/json
名称:charset 值: utf-8
名称:Content-Type 值:application/json
bodydata
userName=ceshi&txtPassword=1111
3、添加查看结果树,看执行结果。
4、添加断言,看获取的响应结果是否自己需要的。
也可以采用参数Parameters+信息表头content-type的形式