Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
For the test cases in this chapter, we will take use contact web application that we implemented in Chapter 17 as the target application under test.
Because this chapter focuses on unit test development, we have prepared a project for the sample web application so that you can just import it and then proceed to implement the test cases.
From the sample code, extract the file ch19-notest.zip into your STS workspace. Then you can then import the project into STS.
To import the project, in STS choose the menu option File Import, and in the Select dialog, choose Existing Projects into Workspace under the General category, as shown in Figure 19-1.
Figure 19-1. Importing existing project in STS