JUnit Training

About JUnit Test Case Training

                 JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks collectively known as xUnit that originated with JUnit. MAVEN training. 

JUnit Training Course Objective

In this training, the student will get good expertise in usage of JUnit and will be able to use and execute test frameworks, test cases for Java programs.

In JUnit training, trainee will be trained in the following areas.

  • Core concepts of JUNIT and basic usage
  • JUNIT Test framework, API
  • Detail examples of JUNIT writing tests, executing tests, execution procedure, Testsuite
  • JUNIT plug with ANT, Eclipse

Course Prerequisite

  • knowledge of core Java

Course Duration

  • 10 Hours

JUNIT Training Course Overview

  1. What is test and test case
  2. What is unit testing
  3. Why we need unit testing
  4. How to do unit testing by manual
  5. Problem with manual unit testing
  6. Introduction about Junit
  7. Advantage of junit
  8. Unit test cases using junit
  9. What is test suit
  10. Why we need test suit
  11. Test suit using junit
  12. What is mocking
  13. Why we need mocking
  14. Juit examples with mocking
  15. Introduction to StrutsTestCase framework
  16. Unit testcases for struts application using StrutsTestCase