
< Beyond Java />
JUnit Fundamentals
Overview

DURATION: 1/2 Days
JUnit is the most popular Java test automation tool in the world, and the foundation for the majority of Java test automation tools, including Selenium Web Driver, Cucumber and DB Unit.
While most JUnit courses are targeted at developers, this class is focused on Quality Engineers. This half-day course is just enough to get started on being able to use JUnit, as a foundation to writing tests on other tools.
Prerequisite
Course Outline:
JUnit Fundamentals
- Project Set-Up
- Creating a Test Class
- Running Your Test
- Debugging with JUnit
- Adding Additional Scenarios
- DAMP vs DRY
- Testing Methods that Throw Exceptions
- Preventing Test Executions from Interfering with Each Other
- Unit Testing Guidelines