2 Creating your own test suite (Java)

In the second chapter of the Java tutorial we will create our own sequences for starting and stopping an SUT from QF-Test. Furthermore we are going to record actions and checks and use those to build up a simple test case.

Video This chapter is also available as a video tutorial at "Creating your own test suite".

2.1 Starting the Application

2.2 Recording Actions

2.3 Recording Checks

2.4 Setting up a test suite

2.5 Stopping the Demo

2.6 Running the whole test suite