Hi,
I’m still very new to UiPath, so please forgive if this is a silly question, but I’m trying to build my first test case, I have some test data on an Excel spreadsheet. For each row of test data, I want to perform a test.
I’ve imported my test data as arguments, but don’t know the next step. Do I add this test data to a data table, then do a ‘For Each’ on each row in the data table? If so, how do I add my test data to a data table?
Thanks