Data Driven Testing Capability

Hi Folks,

I am trying to use the new capability of data driven testing while doing automation on the UI but I am not getting like how to use the excel file exactly in studio so that I can get rid of hard coded values and store my data in excel file. I already read the article in the community release but still don’t have an idea. Ia m using studio in community version.

Please help.

Thanks & Regards,
Harshit

Hi There,
Did you get any solution for your query? I facing exact same issue here.

Hi @tusharUdeep
When adding test data to your Test Case, you are prompted to specify an Excel file. What happens is the Column Names in your Excel become Arguments to your automation.

What you’d need to do is replace all hard-coded values in your automation with the Argument Names to make execution of your automation data-driven.

@Matthew_Tan
Thanks Brother. I guess it will solve my issue.

Hi,
Below tutorial on data driven testing in Uipath Rpa
http://kbtutorials.in/UIPATH_DatadrivenTestcase.html