Documentation produced with EMOS WrDoc and Together®

drv
Class main


public class main

This is an example of an old-fashined driver script that we were using before EMOS Framework Version 7.01.00.04. We do not recomend this style any more. (see DRV/main_lib)

From now on the original comments

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:

See Also: drv/main_lib
Stereotype main test
tsl main.tsl


Documentation produced with EMOS WrDoc and Together®