Testing Mule SMTP using MUnit MailServer Mock
Very often we use Mule SMTP connector in flows. How to ensure it is sending emails as expected? Let's write a test case for it.
Very often we use Mule SMTP connector in flows. How to ensure it is sending emails as expected? Let's write a test case for it.
Often we generate JSON using DataWeave. What about testing it?
It is very common for any mule application to use external properties files. In this post, we will see how we can override properties values for testing.
Mule DataWeave script can do complex transformations and so must be unit tested to ensure expected results. Let's see how to do it.
Let's see how we can unit test our flows involving variables and properties.