JUnit

 

JUnit training course provides an introduction to Java's most-popular automated unit testing framework. Student will learn about the unit testing, JUnit framework and how to set it up and use it with your Java projects.
 
Who will the course benefit?
This course is designed for Java developers, quality-assurance engineers, and development managers. Knowledge of Java technology is needed to get the full benefit of this course. Prior familiarity with testing concepts (e.g. unit, integration, functional, load) is recommended.
 
What skills will the student gain?
After the completion of this course, the student will be able to:

Explain JUnit's role in Java testing
Setup, integrate, and get started with JUnit
Design, organize, and develop JUnit tests
Use best practices in both testing and software development
Improve the quality and effectiveness of their software and tests
Course Contents
 
Why testing? Overview of JUnit's role in testing
Introduction to JUnit
Testing with JUnit
JUnit Extensions
Test-Driven Development