Skip to page content Skip to section menu Skip to site-wide navigation About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Java Unit Testing - A 2 Day Course

Synopsis

The course provides a thorough introduction to the JUnit testing framework. It covers the concepts underlying unit testing, and the way these concepts are realised in the JUnit framework. The procedures for setting up JUnit and using it in Java development projects are covered in detail. The hands on exercises will familiarise students with test-driven development as a methodology for implementing highly reliable Java code.

Course Objectives

After completing this course, delegates will understand:

Suitable for

Prerequisites

Publicly scheduled dates, locations, and prices

A schedule of dates for this course is not currently available. Please call 0800 651 0338 or use our contact form to enquire about places and availability.


Contents

Overview of JUnit

What to test for - Right BICEP

Structuring tests, automating tests, reporting results

JUnit Extensions

Test-Driven Development (TDD)

Characteristics of Good Tests

Testing and Design

Testing and Project Planning and Management