Hello,
I have one question regarding while controllers:
What I need is a while controller which has one HTTP request sampler as only
child. E.g. a post processor to the HTTP request checks whether the response
body contains a specific text. If yes the while controller should stop and if
not the while controller should continue to call the HTTP request sampler. Here
the simple test tree:
While Controller (loop until Post Processor detects a specific text in the
response)
HTTP Request Sampler
Post Processor
I read the whole JMeter documentation, but have no idea how to implement this
feature in JMeter.
Thx in advance,
Bernhard