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 |
An introductory explanation of programs, tasks, and tests. |
|
How you create a program and insert tasks and tests into it. |
|
The different types of tests, their test results, and test status. |
|
How you use events, classes, and programming statements to control test code. |