Need Http Request not to respond until it finds a

2019-06-14 05:06发布

I have searched for the solution to my problem throughout the web, but couldn't find any.

I need jmeter not to throw a response of an HTTP Request until it founds an specific text in response, because I have this request which takes so much time to respond and generate an specific text, but http request responds back immediately hence not find that specific text.

How to do it? should I use some kind of logic controller, which one and how?

As I am new to Jmeter so I need a proper guidance and solution to this problem.

1条回答
Anthone
2楼-- · 2019-06-14 05:34

If what you want is wait for a page change that will display the expected text, then this might be the answer otherwise try to clarify:

查看更多
登录 后发表回答