Contact Us 1-800-596-4880

Testing Your Module

Testing ensures that a piece of code works correctly. Testing a module is more than simply creating test cases for the business logic. A lot of testing of the interaction between the Module and Mule is required to ensure compatibility with the Mule ecosystem.

Here are a series of articles that explain in detail how to test your module. It provides a step-by-step introduction on how to test a module. It explains the basis of a Module Test Case and how to execute a simple operation from a Module.