Pro
Open Source
Empower your team with the next generation API testing solution
Further accelerate your SoapUI testing cycles across teams and processes
The simplest and easiest way to begin your API testing journey
Getting Started
PRO DOCUMENTATION
NOTE: This guide contains information on standalone ReadyAPI that has been replaced with ReadyAPI. To try test debugging, feel free to download a ReadyAPI trial from our web site.
As in software development, there are times when you want to examine the behavior of your tests in detail using so called debugging. This is very useful when you suspect errors in your tests or the services that you are testing. The TestCase debugging feature provides the possibility to add breakpoints to a TestStep, run to that breakpoint and then view the current values of the ReadyAPIperties.
This guide will show you how to get started with TestCase Debugging.
Sometimes you may want to break at a TestStep only if a certain condition is valid. This guide will show you how to add a condition to your breakpoint.