Need Http Request not to respond until it finds a specific text in Jmeter

强颜欢笑 提交于 2019-12-08 10:42:42

问题


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:


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:

  • http://www.sourcepole.ch/2011/1/4/waiting-for-a-page-change-in-jmeter


来源:https://stackoverflow.com/questions/14066818/need-http-request-not-to-respond-until-it-finds-a-specific-text-in-jmeter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!