edjm1971
10 years agoOccasional Contributor
Is it possible to write content to the Transaction Log tab?
New to SoapUI and don't have any Groovy experience yet or colleagues that know it. Is it possible to write content to the Transaction Log tab? I want to take information that is returned from th...
- 10 years ago
Hi Edjm1971,
As far as I remember, it’s impossible to post something to Transaction Log. However, you can post your information to Ready! API’s test log via:
log.info("your message")
Please read the following article for more information:
http://readyapi.smartbear.com/structure/steps/script/groovy/start