munit

10
Kishore Ippili Integration Expert-Integration COE Kunal Mittal Practice Manager – Integration

Upload: kishore-ippili

Post on 20-Jan-2017

111 views

Category:

Documents


2 download

TRANSCRIPT

Kishore IppiliIntegration Expert-Integration COE

Kunal MittalPractice Manager – Integration

Agenda

•Introduction to testing

•Application setup

•Muint

•Testing of an application

There are two main types of testing to validating the behavior of Mule application.

1) Unit Testing2) Integration Testing

The concept of the unit test may vary according to the programming paradigm that you are working on, but it always revolves around the same core concept: to validate the correctness of an individual unit of source code.

Units of code collaborate between them to create an actual application. You test individual units of code with unit tests, and you test how units of code collaborate between them with integration tests.The goal of an Integration test is to validate that different units of code / modules work together as intended

Introduction

Introduction

Application setup

• Adding Munit to anypoint stdio

• You can use maven for better deploy

Munit