| Documentation produced with EMOS WrDoc and Together® |
PREV CLASS NEXT CLASS | FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
int | FRM_FlightSchedule(in table, in test, in idx, inout mode) |
int | FRM_FlightsTable(in table, in test, in idx, inout mode) |
int | FRM_Open_Order(in table, in test, in idx, inout mode) |
int | FRM_OrderAction(in table, in test, in idx, inout mode) |
int | FRM_OrderInformation(in table, in test, in idx, inout mode) |
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® |
PREV CLASS NEXT CLASS | FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |