LoadTestRunner and Logs
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LoadTestRunner and Logs
Dear smartbear community,
I run LoadUI tests via command line (thru loadtestrunner executable file) and I would like to ask if there is ability to get all the logs as displayed in the GUI environment of LoadUI.
I actually want to generate .txt files with the content of
- Ready! Api log
- HTTP log
- Jetty log
- Error log
- WS-RM log
- Script log
- LoadUI log
The arguments I use when running loadtestrunner for reporting:
set REPORT_ARGS=-FCSV -r"%TEST_RESULTS_PATH%\%TEST_NAME%"
Via GUI it is easy by right clicking on each tab content (attached photo) but thru command line how this could be achieved?
Thank you in advance
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @vpetrou,
Please see the following articles which may help you:
- https://support.smartbear.com/readyapi/docs/general-info/install/files.html (logs location)
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Nastya,
I used the 3rd link which indeed generates the HTTP Logs I need.
