Forum Discussion

Si_Yin's avatar
15 years ago

SOAP UI Pro Assign report TestCase status and reason

Hi all,

I'm a new SOAP UI Pro user and we are applying Soap UI Pro as a testing tool in our delivery project.

A simple question for the testsuite report generation, I found that there is a property status and reason that indicate the information of the testing result. I would like to change those two property values in one of our test steps (e.g. in the last test step of my test case). Can anyone tell me how to do it?


By the way, I found lots of objects in Groovy scripts like report, testrunner. But I couldn't find documents for those through heavily Google searching. Can you guys also indicate a right place? Thank you very much.

Si.

1 Reply

  • M_McDonald's avatar
    M_McDonald
    Super Contributor
    As far as getting documentation of those objects I've had the most success with getting the class name


    log.info testrunner.class.name


    then searching with that and "soapui api".