How to capture results from "script logs" tab in SOAPUI free version using groovy scripting
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017
11:53 AM
05-18-2017
11:53 AM
How to capture results from "script logs" tab in SOAPUI free version using groovy scripting
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2017
07:32 AM
05-19-2017
07:32 AM
Do you mean script logs it self or a selective piece of information from the log?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2017
12:05 PM
05-19-2017
12:05 PM
I have some log.info messages in my Groovy script test steps, all these messages gets added to the script logs tab during execution, hence for every test run I want to capture the messages on script logs tab in soapui and write it on a file, using groovy scripting
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2017
12:18 PM
05-19-2017
12:18 PM
Please refer to below link. This might give some idea to implement at test case level.
There are quite a few things you can do it here if event handler option is not available. Use scripts as teardown script at Testcase or TestSuite level.
Regards,
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2017
02:04 AM
05-23-2017
02:04 AM
The log is already available in the form of file, I donot think you need to do it again. Check the log files after the execution either under SOAPUI_HOME/bin or %user_home%
Regards,
Rao.
Regards,
Rao.
