completeintern
10 years agoOccasional Contributor
DBTable variable from a DBTable
Hi all, I have tests that need multiple CSV files each. All the tests follow the same steps. So it'd be great if I could just have one keyword test execute all these similar tests. What I've ...
- 10 years ago
Thank you but I ended up creating a script to create a table from the path of a CSV file passed as an argument dynamically
I used the DDT.CSVDriver methods and it works great :)
Couldn't find a way to do that through the UI though.