Tag Archives: mule4

MuleSoft MUnit Tutorial: Mule 4 Test Recorder Unit Testing

Unit Testing is always a crucial and critical part of implementation of any integration projects to ensure that all components are working as desired. Unit testing is performed by the development team during the implementation phase to verify and validate behaviour of application components. For MuleSoft applications involving Mule 4 message flows, unit testing is… Read More »

MuleSoft Tutorial: Mule 4 Error Handling: On Error Continue, On Error Propagate, Global Error Handler, Try Scope Examples

Errors are possible in any system and we can’t simply avoid errors rather we can implement our solutions with errors addressed and mitigated using various error handling techniques. Mule 4 provides a rich set of options to deal with any error scenarios in your implementations. Mule 4 provides On Error Propagate, On Error Continue options… Read More »