Forum Discussion
Hi again Rao.
I deactivated that in TestCase options.
I had to indicate this before, sorry.
Thanks again :D
Any idea? Should be possible for sure :(
- kondasamy10 years agoRegular Contributor
Hi,
Please let me know whether my understanding is correct upon you problem!
1) You are running a data driven test case using Data Source and Data Sink with single SOAP teststep
2) You need to export result of the SOAP teststep as a TXT file, as and when the teststep is executed, with the condition you are running in test case level (coz, you are using data driven approach)
If the above explaination matches your need, I have the solution implemented using a plugin which calls TestRunListener. Please let me know if it would help for you!
Thanks,
Samy
- tonielfuster10 years agoOccasional Contributor
Hi Samy.
Match with your description.
I'm trying to run different input combinations in my APIs using an excel file as dataSource. And I want to save in txt all passed and not passed API calls.
Waiting for your solution.Thanks. Toni
- kondasamy10 years agoRegular Contributor
Toni,
Yeah..my plugin would work for any data driven case (Let the input be from Excel/ CSV/ Grid). I am yet to update the latest source code implemented for this plugin. But, for time being, please download this plugin and install through the Plugin Manager.
To know more on usage, please read the README here,
https://github.com/Kondasamy/soapui-plugin-file-export
I will soon update the code and post it in the same thread. Please leave your thoughts if the plugin satisfied your need! :smileyhappy:
Thanks,
Samy