Analyst Integration Question: Download Integration Programmer PDF

Explain about unit testing?

Tweet Share WhatsApp

Answer:

Unit testing is way to test individual unit for their functionality instead of testing whole application. There are lot of tools to do the unit testing in different programming language e.g. in Java, you can use JUnit or TestNG to write unit tests. It is often run automatically during build process or in a continuous environment like Jenkins.

Download Integration Programmer PDF Read All 41 Integration Programmer Questions
Previous QuestionNext Question
Explain time complexity of an algorithm?Explain couple of ways to resolve collision in hash table?