Testing Your Application
In previous chapters, we learned how to build and deploy a Mule application. The next step is testing our application, which is important to ensure we deliver bug-free projects.
In this chapter, let us explore testing, types of testing, different testing tools, and ways to test a Mule application using MUnit and the MUnit Test Recorder. In Chapter 3, Exploring Anypoint Studio, we created and ran a simple Mule application called HelloWorld
. Here, we will be learning how to test the HelloWorld
Mule application using MUnit and the MUnit Test Recorder.
After reading this chapter, you’ll come away with knowledge about the following topics:
- Different types of testing
- Different types of testing tools
- Commonly used testing tools, such as Postman, SoapUI, and JMeter
- How to create and run a test suite using MUnit
- How to create and run a test suite using the MUnit Test Recorder