mkhan031486
8 years agoContributor
How to use DataSource and DataSource Loop in multiple test cases
I'm testing in SoapUI Pro and want to use DataSource and DataSource Loop in my test steps. Below are my tests
1- Create a New Order/Account
2- Give Customer a Discount
3- Refund The Customer
4- Disconnect the Account
Now, what I would like to do is create a datasource and datasource loop that when I run test 1 to 4, I should use one set of data, and then after customer gets disconnected, my test should go back to 1 and use different sets of data defined in my datasource.
I would like to repeat that about 4 -5 times.
Is that possible? If yes, how can I do that. Do I need to converge all my test cases together in one single test case and then use datasource and datasource loop??