Hi,
Is there a way to go back to the previous step after running the current step?
Example:
step1: Search for specific item
step2: Store the item text into parameter
step3: Delete the item if its content matches specific text.
If this step passes, I want to go back to step1 & search again to see if there are other items that need to be deleted. Going back for 10 times for example.
If this step fails, the test will fail.
step4: Create new item if all gets removed or in other words if the content of the parameter does not match specific text.