Is there a way to simulate a while loop in the test plan? I need a way to repeat the same HTTP request until a certain string is displayed on the page, for example:
Test Plan
|
Thread Group
|
MatchTest
|
/pages/login.jsp
/pages/j_security_check
/pages/main.do
/pages/top.jsp
/pages/test.tst
/pages/taskList.do <- I need to repeat this step until "Done"
is displayed on the page then move to next step
/pages/logout.do
Has anyone ever tried to do something similar?
Thanks,
Jacqui

