Hi All, I'm new to SoapUI, and I'm trying to create data driven test with free SoapUI tool with this service http://www.webservicex.net/country.asmx following this guide http://testautomationnoob...
By the way, I would suggest the following change based on the screen shot:
Test case : 1. groovy step - this is control script, here you need to read csv and loop thru records, and for each iteration, run the soap request step by its name. Once iteration is over, use gotostep #3 2. the request step that you have 3. add another groovy step dummy step
#3 helps to exit the test after completion of #1 groovy step without additionally running step #2 (as already step was run in loop in 1step itself).