Forum Discussion

jkjayakumar's avatar
13 years ago

TestRunner.bat response file

Hi,
I am running a test case with 3 test steps using testrunner.bat in command line and would like to save the response to a specific file name.
But I have only -f option as of now to specify only target folder but how can I specify a file name for saving the response of each test steps or for complete test case.
I would like to control file name to be saved after the run, since I have to know the filename before running the test case.

I guess my question is a basic one, but I could not find answer to my question even after going through the forum for a long time.
Regards,
Jay

1 Reply

  • brainiac007's avatar
    brainiac007
    Occasional Contributor
    Hi,
    There is no option in the TestRunner.bat for this. soapUI will create a subfolder for each TestSuite by default. In my CI-Environment we collect the data 'Test-*.xml' from all TestSuite (subfolders) and move then into the junit-history to monitoring reason.
    To change the existing default behaviour you have to change 'JUnitReportCollector.java'