Janu
9 years agoOccasional Contributor
Data Driven Testing - in Soapui Free version
Can some one please help me how to perform Data Driven Test in soapui opensource for SOA application.
Thank You,
Janu.
Open source SoapUI does not provide out of the box user interface to create Data Driven Tests. This is a PRO version feature (see this tutorial).
However, you can make a groovy script to loop at the test case level and in each run retrieve data and invoke the target service. You can get data from filesystem, database or any other data source and use them to build a service request.
See the following thread, where looping is explained.