Forum Discussion

edjm1971's avatar
edjm1971
Occasional Contributor
9 years ago
Solved

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 the server and display key ids to the tester so they can verify the value that is returned is correct.

 

The Transaction Log looks like a good place to place it as the Test Suite was setup and executes from 1 call all 32 items.

The Transaction logs shows the POSTS/GETS/UPDATES for each individual piece so it makes sense to show after a get call the value that was received.

 

Can this be done?

 

If it cannot be done via the Transaction Log please provide me with a little guidance on how/where the information should be presented to the end user who also has NO SoapUI experience.

 

Thank you for your time.