I have created a test case in UiPath for log into the “2c8 modeling tool” as “Login”. Then I created a test case for create a new repository in the Modeling Tool as “Create a Repo”. Before execute “Create a Repo”, I want execute “Login”. How can i do that? How can I link “Login” test case to other test cases ? I want to execute “Login” before other testcases.
Create test sets as you need and in the order you need
And when you execute the test sets they would be executed in same order
But ideally if need login to be present in other cases then you need to add the login for all cases
Cheers