This tutorial will teach you about the process of unit testing Java components.
To try out the tutorial using your own Java components, you will need approximately 30 minutes. If you decide to explore other facets of component testing while working on the tutorial, it could take longer to finish.
In order to complete this tutorial end to end, you should be familiar with the following:
You will also need some Java components to test.
This tutorial is divided into several sections that should be followed in sequence. You will learn how to:
When you are ready, begin Exercise 1.1: Creating a test project