1 Working with a Sample Test suite (Java)

In this first chapter, we will have a look at a simple test suite, explain its major elements, execute it and evaluate the result.

Video This chapter is also available as a video tutorial at "Working with a Sample Test suite".

1.1 Loading the Test suite

1.2 Starting the Application

1.3 First Test case

1.4 Second Test case - with Error

1.5 The Run log for Error Diagnosis

1.6 Getting Help

1.7 Stopping the Application

1.8 A full Test Run

1.9 Report Generation