Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
easiest is probably to create a script in the corresponding tearDown script (TestCase, TestSuite or Project) that creates the XLS file with the desired contents for you. soapUI Pro bundles the jexcelapi library (http://jexcelapi.sourceforge.net/) so you can use that directly in your scripts to write the files, and the soapUI API itself (http://www.soapui.org/apidocs/index.html) gives you access to the teststeps, testcases, etc..
Good Luck!
/Ole
SmartBear Stockholm
easiest is probably to create a script in the corresponding tearDown script (TestCase, TestSuite or Project) that creates the XLS file with the desired contents for you. soapUI Pro bundles the jexcelapi library (http://jexcelapi.sourceforge.net/) so you can use that directly in your scripts to write the files, and the soapUI API itself (http://www.soapui.org/apidocs/index.html) gives you access to the teststeps, testcases, etc..
Good Luck!
/Ole
SmartBear Stockholm