Soapui Pro provides craation data driven tests with DataSource. So you can read file (for example) line by line, extract properties from line and run all tests. So if the file contains 10 line you can run test 10 times with different data. But waht if I do not gave Soapui Pro? Is there any workarounds to create one test case, read dataa from file and run same test case test several times with out pro version? Is that possible with adding groovy test step to soapui? (sorry I do not know groovy).
NOTE. The question about creating test in soapui, not about reading soapui xml project file with java and run all test from java.