如果在Jmeter中响应断言失败,如何停止线程

问题描述:

我想在脚本中实现错误处理(例如LR中的textcheck).

I want to implement error handling in my script (like textcheck in LR).

我可以使用响应声明来验证文本.

I’m able to validate the Text using Response Assertion.

但是我的问题是,如果响应断言(文本检查)失败,如何停止线程.

But my question is how to stop the thread if the Response Assertion (text check) fails.

在线程"组中,选择出现示例错误后要采取的措施下的停止线程.断言失败后,这将停止测试

In Thread group, choose Stop Thread under Action to be taken after a sample error. This will stop the test once assertion fails