Hello,
I have a two test cases set in a test set and i want them to run in a specific order (example : 1-loginToWebApp → (if test1 success) 2-goToSpecificPage).
But I can’t find a way to do that, do I need to use the requirement to archive that ?
Hello,
I have a two test cases set in a test set and i want them to run in a specific order (example : 1-loginToWebApp → (if test1 success) 2-goToSpecificPage).
But I can’t find a way to do that, do I need to use the requirement to archive that ?
Test cases from the same test set must not be executed according to an order.Order of test cases cannot be set. If you require passing information between test cases, you can use the test data queues.
Link : https://docs.uipath.com/orchestrator/standalone/2022.10/user-guide/test-data-queues
Regards
Naman Jain
Test cases will be executed in the order they are linked to test manager. And alternatively we can schedule the non dependent testcases and call the API run the dependent testcases.
Hi Ango,
Please follow the below documentation to run test cases in a sequential order.