Hello all,
I am experimenting with the new UiPath test suite and have a question about functionality. I have created a data driven test case for an SAP system and it is functioning as it should, but I wish to get rid of some of the repetitiveness of the test cases. Right now It logs into the SAP system for each test case and closes the application at the end of each test case. I still want the bot to open the system on the first test case, and close the system at the last test case, but I would like it to be able to run the other test cases by returning it to the menu and starting another transaction instead. Is there anyway to accomplish this using a data driven test case?