Kathryn_O_Malle
16 years agoContributor
Permanent storage of log.info messages possible?
Hi,
We currently launch SoapUI tests via the command line, for example...
In multiple testcase steps we have
These log.info message appear in the console window of the application that launches SoapUI (Rational Functional Tester) (think console window equates to the standard system output).
When executing a testcase, each teststep generates a separate log file in the directory specified in the above command.
Is there a way (variant of the log.info command, etc) to store all of the log.info messages in the "physical" log files stored on the harddisk???
Many thanks
Adam Hall
We currently launch SoapUI tests via the command line, for example...
C:\eviware\soapUI-Pro-3.0.1\bin\testrunner.bat -s<testSuiteName> -c<testCaseName> -fZ:\Log_files X:\SoapUIPro_Workspace\<soapuiProjectName> -a -j...
In multiple testcase steps we have
log.info("... record something happened"+variable_value)These log.info message appear in the console window of the application that launches SoapUI (Rational Functional Tester) (think console window equates to the standard system output).
When executing a testcase, each teststep generates a separate log file in the directory specified in the above command.
Is there a way (variant of the log.info command, etc) to store all of the log.info messages in the "physical" log files stored on the harddisk???
Many thanks
Adam Hall