FRM
v1.4.2

frm.tpl.scripts.drv
Script drv1

MainTest
  |
  +--drv1

This main test implements a "dummy" step driver which you may use to implement the real one. The purpose of a step driver is to interpret the corresponding "Teststep" cell of each test case. With "interpreting" we mean the process of splitting the cell (Teststep) into individual steps and individually processing each of them either by a built-in FRM functionality (e.g. LNK or EXE steps) or by calling the specialised function. This "dummy" template implements all the necessary interractions with the emos_FRM_STP_lib and very carefully handles the return code in order to produce correct WinRunner test results. All you need to do is to load the apropriate libraries and handle the individual keywords (step names). You should be aware of the fact that this scripts typically call themselves recursively and very much care is necessary in order to properly propagate the return code (i.e. indication of failure) up the call chain. Therefore

DO NOT MODIFY THE CODE OUTSIDE OF DESIGNATED AREAS UNLESS

REQUIREMENTS/PREREQUISITES: The rest of the test suite should be developed according to FRM-principles in order to make any use of this script.

PARAMETERS:

RETURN VALUE:

Tsl
drv1.tsl


FRM
v1.4.2