Home > other >  why my while loop doesn't work in Jmeter?
why my while loop doesn't work in Jmeter?

Time:11-26

please click the link to view the images.

enter image description here

CodePudding user response:

I had done it like this:

${__javaScript("${status}" == "500",)}

right after posting here, because I saw that I should leave the String in quotes, and also because I want it to run while it's ==500 and stop when it's different but this code of mine doesn't even execute the request

While

Does not return anything in result tree

  • Related