Forum Discussion
SmartBear_Suppo
Alumni
12 years agoI know it's not exactly the answer you are looking for, but there's a lot of this is available as a configuration in SoapUI Pro.
In my article here - http://www.soapui.org/Go-Pro/working-with-soapui-pro.html - I setup a DataSource test step that loops through the data for both Request input and validation in the assertion.
This test case can then be easily automated for regression testing - http://www.soapui.org/Test-Automation/functional-tests.html
Again, this is a different approach from the one you have taken. But this also doesn't reinvent the wheel with custom UI and requires no coding. Unless you want to randomize you datasource (http://www.soapui.org/Scripting-Properties/tips-a-tricks.html#2-3-randomizing-datasource-rows)
Thanks,
Michael Giller
SmartBear Software
In my article here - http://www.soapui.org/Go-Pro/working-with-soapui-pro.html - I setup a DataSource test step that loops through the data for both Request input and validation in the assertion.
This test case can then be easily automated for regression testing - http://www.soapui.org/Test-Automation/functional-tests.html
Again, this is a different approach from the one you have taken. But this also doesn't reinvent the wheel with custom UI and requires no coding. Unless you want to randomize you datasource (http://www.soapui.org/Scripting-Properties/tips-a-tricks.html#2-3-randomizing-datasource-rows)
Thanks,
Michael Giller
SmartBear Software