We have a web test where we run it as a step on another web test but before it goes to the next step, the test that's being executed as a step goes thru all of the iterations first when we do a partial test run 'Run To Here". Is there a way for us to execute the test as a step without going thru all of it's iteration and only do the first one and process to the next step?
So Mackie,
What I'm assuming from your question is that you have:
Test Step 3
Are you trying to, for instance, to Run to Step -> Test As Step 2?
Have you tried a 'While Loop' then an 'if...else' to manage your condition for executing the other steps? Just an idea.
https://docs.telerik.com/teststudio/features/logical-steps/while-loop
SSq