Forum Discussion
- nmraoChampion Level 3
Not sure of the use case.
The below documentation says, the data is also stored in database. May be possible to read from there?
https://support.smartbear.com/readyapi/docs/functional/results/transaction.html
- georgeWNew Contributor
Hi Rao, thank you for your answer. I do not use the database and i do not see in the link no code to read the los by script step.
I want export the log by a script/code like i get the script or error log.
I can export the other log panels by code library in the script:
def scriptLogArea = com.eviware.soapui.SoapUI.logMonitor.getLogArea( "Script Log" )
Than i read out the area. Is there a similar library call for Transaction Log/Panel?
In the www i can not found a good library documentation for the SoapUi/ReadyAPI
- nmraoChampion Level 3
I was saying ReadyAPI uses db to store the transactions.
While I don't have anything at the moment related to your use, you may look at the transactionlog package from its Javadocs and see anything useful.
- TNeuschwangerChampion Level 1
Hello georgeW ,
If i need output log information, i run my testsuite/testcase from the command line and redirect the logging to a file. You can look at the ReadyAPI documentation of command line parameters for how to do that.
Regards,
Todd
Related Content
- 5 years ago
- 2 years ago