Integration Testing a Mule Application
Tools in Action Abstract
The complexity in a Mule application stems from the potentially complex routing and transformational logic that can be configured. While individual Java classes can be unit tested using standard means, an entire Mule application needs a little more than simple unit testing.
Integration testing, as it is known, is easily done using a specific Mule class - the FunctionalTestCase class which derives from JUnit's TestCase. This simplifies Mule testing and development considerably as it takes care of everything for you. This session explains the use of this class, the methodology behind integration testing a Mule application and demonstrates all this using a simple use-case
Speaker
I have 14 years experience in the IT industry working on integration projects of various sizes in the United Kingdom and in the Republic of Malta. I have architected and developed solutions in finance, telephony, marketing, manufacturing and the education sectors, both in the private and the public sector. I also had the privilege of working with a team to formulate a regulatory strategy for the use of electronic signatures at a nation-wide level in Malta.
More recently, I have worked as a consultant for Service Oriented Architecture (SOA) projects with an emphasis on the use of enterprise patterns and the Mule Enterprise Service Bus
D8_T_09_05_01