Is there any way for sequential execution of test steps in test studio?
expectation:
while step1 is executed, test studio should wait and go to step2 only when we get response(atleast one element of our choice) file from the server.
Example:
Step1- Navigate to yahoomail.com
Step2- Enter username text in user name text box
Here test studio should go to step2 only if it gets response file or any of the element in xml path from the server.
Reason:
In our application, once we navigate to our application URL, test studio is searching for the elements like user ID text box, which takes bit long time to load. In an overview we are not having synch with the timings of test studio and our application.
If we insert execution delay for each and every step, we are not sure how much time to wait for each and every step to execute.
expectation:
while step1 is executed, test studio should wait and go to step2 only when we get response(atleast one element of our choice) file from the server.
Example:
Step1- Navigate to yahoomail.com
Step2- Enter username text in user name text box
Here test studio should go to step2 only if it gets response file or any of the element in xml path from the server.
Reason:
In our application, once we navigate to our application URL, test studio is searching for the elements like user ID text box, which takes bit long time to load. In an overview we are not having synch with the timings of test studio and our application.
If we insert execution delay for each and every step, we are not sure how much time to wait for each and every step to execute.