Forum Discussion

bmgriner's avatar
bmgriner
Frequent Contributor
16 years ago

Analyzing Error Results

Is there a way to get more information in the error results? For example, I have an assertion that looks for a SoapFault. It fails if I do get a SoapFault. The problem with this is that I need more information like a message out of the soap fault telling me why it failed.

Is there a way to do this currently?

2 Replies

  • Hi!

    is this when running a soapUI TestCase with the soapUI Runner? What if you connect the error output of the soapUI Runner (second from right) to a TableLog, you should get more detailed information there!?

    regards!

    /Ole
    eviware.com
  • bmgriner's avatar
    bmgriner
    Frequent Contributor
    Yes, this is when running a soapUI TestCase with a soapui runner. I actually did connect the error output to a TableLog. It only shows, in my case, that a "NO soap fault" assertion failed. There is not much more detail then that. I found a way to use properties and a Groovy script to pull the information I care about out of the soap fault. I can then display this property in the results connection. Not sure how to display properties in the errors connection as this property would be better suited to be displayed in the error output to a TableLog.