From the course: API Test Automation with SoapUI

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Debugging failing tests

Debugging failing tests - SoapUI Tutorial

From the course: API Test Automation with SoapUI

Start my 1-month free trial

Debugging failing tests

- [Instructor] We've seen how SoapUI lets us check a lot of different stuff, but what do we do when one of those checks fails? Debugging failed tests can be a bit of an art form in its own, so let's take a look at an example. I've set up a TestCase here to fail when we run it, so let's go ahead and do that. I'll run the TestCase, and we can see that it has, indeed, failed, so let's expand the TestCase Log here and make this a bit bigger so we can see more and see if we can figure out what happened and what's going on here. So you can see, we've got these failures that are talking about how arrays cannot have attributes. So that seems like kind of an odd error. Not really sure what that means, so let's take a look at it and dig in it a bit more detail, so we've got this link here. Double-click on that, and this brings up some additional info for us. We can see the Request Message that got sent. It looks okay. That request seems to be fine. So let's take a look at the Response Message…

Contents