GUI testing tutorial

This GUI testing tutorial describes how to create and run a GUI test to test the MyFlight sample application.

GUI testing tests the user interface of an application, and ensures the functionalities work as expected by checking screens and controls like buttons and edit boxes.

In this tutorial, you will learn to test each screen of the MyFlight sample application. This tutorial consists of the following exercises:

  1. Create your test structure

  2. Create object repositories

  3. Add steps from the Keyword View

  4. Add steps by recording

  5. Add steps from the Toolbox pane

  6. Add steps using the Step Generator

  7. Add steps in the Editor

  8. Run and analyze your GUI test

  9. Additional GUI testing exercises