首页 > 其他 > 详细

Jmeter ResponseAssertion 【Ignore Status】

时间:2018-08-24 12:12:55      阅读:303      评论:0      收藏:0      [点我收藏+]

 

 

在Jmeter源码中AssertionGui.java中,定义了Ignore Status的作用域

/**
* Checkbox to indicate whether the response should be forced successful
* before testing. This is intended for use when checking the status code or
* status message.
*/
private JCheckBox assumeSuccess;

如果勾选了Ignore Status,则忽略对Response Code和Response message的检查点,强制成功。
不检查Response Code,不检查Response message

 

技术分享图片

 

Jmeter ResponseAssertion 【Ignore Status】

原文:https://www.cnblogs.com/qianjinyan/p/9529010.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!