Designer 10.15 | webMethods Unit Test Framework Help | Unit Test Framework | Capabilities
 
Capabilities
Test Suite has following capabilities:
*Unit testing
*Mock testing
*Regression testing
*Code coverage
Unit testing
Test Suite is a unit-testing tool. You can design, build, and execute unit test cases using Eclipse User Interface. You can also execute the test cases externally using Ant scripts.
Mock testing
Mocking is a feature that mimics the functionality of services that are dependent on external resources. When a test case encounters a service that is mocked, it executes the service.
Regression testing
You can save the test cases, along with their inputs and outputs, in xml files. Run the reusable artifacts to ensure that the latest changes do not reintroduce the errors fixed in the earlier versions.
Code coverage
Unit Test Framework records and analyzes the flow steps and map actions of your flow service(s) that are executed during a test launch. It helps you to identify the untested steps and improve the corresponding tests.