background image
<< Glossary - regression testing | Index-1 >>
Glossary - test frame file
<< Glossary - regression testing | Index-1 >>
User's Guide
545
E G
LOSSARY
contains statements, which are keywords and values that implement the test
descriptions by linking them to 4Test testcases. Large testplans can be
divided into a master plan and one or more subplans. A testplan file has a .pln
extension, such as find.pln. See also master plan and subplan.
variable
A named location in which you can store a piece of information. Analogous
to a labeled drawer in a file cabinet.
verification statement
4Test code that checks that an application is working by comparing an actual
result against an expected (baseline) result.
window declarations
Descriptions of all the objects in the application's graphical user interface,
such as menus and dialogs. Declarations are stored in an include file which has
a .inc extension, typically the frame.inc file. See also test frame file.
window part
Predefined identifiers for referring to parts of the window. Associated with
common parts of MoveableWin and Control classes, such as LeftEdge,
MenuBar, ScrollBar.