Vallalarasu_P
2 years agoFrequent Contributor
How to exit Conditional Goto In Readyapi without Groovy Scripting?
In the ReadyAPI Test, I've a REST test step which when executed trigger the status as "Processing" after sometime to "In Progress" later to "Completed", The time of these status change is not consistent.
I've a added a conditional GoTo to validate for TestStatus = "Completed" with a delay of 10 Seconds , Until its true it will re-execute the REST test step. This works fine.
But how to exit the loop say after 200 Seconds. I understand the complete steps can be done via Groovy Scripting. Is there an option to do without Scripting?
Can PropertyWait used for achieving this ?