Documentation produced with EMOS WrDoc and Together®

lib.frm
Class FRM_flight_lib


public class FRM_flight_lib

Librbrary containing the so called "block functions" - functions that are responsible for processing individual test blocks. This is the hart of EMOS Framework approach. Note the simplicity of these functions. If you manage to keep your functions simple (no ifs, loops, direct calls to WinRunner functions), then you are on the best way to have a very flexible test system.

Stereotype compiled module
tsl FRM_flight_lib.tsl

Method Summary
 intFRM_FlightSchedule(in table, in test, in idx, inout mode)
           
 intFRM_FlightsTable(in table, in test, in idx, inout mode)
           
 intFRM_Open_Order(in table, in test, in idx, inout mode)
           
 intFRM_OrderAction(in table, in test, in idx, inout mode)
           
 intFRM_OrderInformation(in table, in test, in idx, inout mode)
           

Method Detail

FRM_FlightSchedule

public int FRM_FlightSchedule(in table, in test, in idx, inout mode)
See Also:
GUI, Excel

FRM_FlightsTable

public int FRM_FlightsTable(in table, in test, in idx, inout mode)
See Also:
GUI, Excel

FRM_Open_Order

public int FRM_Open_Order(in table, in test, in idx, inout mode)
See Also:
GUI, Excel

FRM_OrderAction

public int FRM_OrderAction(in table, in test, in idx, inout mode)
See Also:
GUI, Excel

FRM_OrderInformation

public int FRM_OrderInformation(in table, in test, in idx, inout mode)
See Also:
GUI, Excel

Documentation produced with EMOS WrDoc and Together®