Contents
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
- What is test and test case
- What is unit testing
- Why we need unit testing
- How to do unit testing by manual
- Problem with manual unit testing
- Introduction about Junit
- Advantage of junit
- Unit test cases using junit
- What is test suit
- Why we need test suit
- Test suit using junit
- What is mocking
- Why we need mocking
- Juit examples with mocking
- Introduction to StrutsTestCase framework
- Unit testcases for struts application using StrutsTestCase