What is Peer Dev Testing? An ideology loosely based on “Pair Programming”. “Pair Programming” is an agile software development technique in which two programmers work together at one work station. One developer is called Driver, writes code, the other one…
Tag: Testing
Testing Mule applications with Mule Domain Project using MUnit Test Suite
Before delving into the article, please note that you should have basic knowledge about how to create a mule flow using Anypoint Studio and should at least have basic understanding of Maven and what is a Domain project. Also should…