Jmeter ResponseAssertion 【Ignore Status】
发布时间:2020-12-14 06:15:42 所属栏目:Java 来源:网络整理
导读:在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. */priv
在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 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |