Hi all,
I was wondering if there was a way to capture my test suite results into a text file? I.E. Test 1 = Passed, Test 2 = Passed, Test 3 = Failed. More so, if this is possible, can we capture the error/fail message along with any tests that are unsuccessful?
Test 3 = Failed --> Reasons
I believe the answer is including groovy scripts on each test or at the very end and iterate through the total? I am new to both SoapUI and Groovy hence me turning here for assistance. I would appreciate any help / guidance.
Thanks