Munit Mule ESB

5

Click here to load reader

Transcript of Munit Mule ESB

Page 1: Munit Mule ESB

MUNITVALIDATE YOUR FLOW IN MULE ESB

1

Page 2: Munit Mule ESB

VALIDATE YOUR FLOWS IN MULE ESB - MUNIT

TESTING

▸ Unit Testing - validation of smallest unit of code

▸ Integration Testing - validation of collaboration of units

Page 3: Munit Mule ESB

VALIDATE YOUR FLOWS IN MULE ESB - MUNIT

CODING FOR TESTING

▸ Write short flows

▸ Modularize

▸ Environmentalism

▸ Readability and Maintainability

▸ Error Message

Page 4: Munit Mule ESB

VALIDATE YOUR FLOWS IN MULE ESB - MUNIT

MUNIT

▸ MUnit is a Mule testing framework.

▸ Easily automation of testing Mule applications.

▸ Both unit and integration tests.

▸ MUnit also provides a set of tools, such as a message processor mocking framework.

Page 5: Munit Mule ESB

VALIDATE YOUR FLOWS IN MULE ESB- MUNIT

DEMO

▸ Main Flow

▸ Decision Flow

▸ Two sub-flows