With ReadyAPI, you can easily perform functional, performance, and security testing of web services. You can also create a local virtual copy of the service to run your tests before the real one goes online.
This tutorial describes how you can create basic functional tests in ReadyAPI. We will load a web service definition from a file, create a test for one operation, run this test, and use assertions to validate test results.
In This Tutorial
5. Add Assertions to Functional Tests