I need to run a HTML request multiple times based on a regular expression extractor applied on the same request. I have put the HTML request under while controller however, I am stuck with writing the correct javascript code in while controller.
Here is the while controller code: ${__javaScript("${uidvalue}"=="test")}
.
I want the loop to end as soon as a uidvalue from the regular expression extractor is found. Can anybody help me with this?