About Programs, Tasks, and Tests

An ATEasy program is a module that contains the tests required to test a Unit Under Test (UUT). Programs follow the guidelines of Test Requirements Documents (TRDs) and are therefore divided into tasks (groups of tests) and tests. This chapter includes the following topics and sections:

 

Topic

Description

Overview of Programs, Tasks, and Tests

An introductory explanation of programs, tasks, and tests.

Adding Programs, Tasks, and Tests

How you create a program and insert tasks and tests into it.

Test Types, Test Results, and Test Status

The different types of tests, their test results, and test status.

Programming Programs, Tasks, and Tests

How you use events, classes, and programming statements to control test code.