Hello every, I am using the following groovy script to do the automation in SoupUI. And it works well with If statement. However, when I used While loop to do it, it failed. Please take a look and ...
I think you are displaying a bit too much of your code without any information about what is happening in the code.
The issue is most likely that id does not equal x and thus the while loop is never being executed. Without something a bit smaller and simpler to attempt to execute it will be very difficult to test and debug though.