< A C D E F G K L S

<

<default> - Class Diagram
 

A

AUT_close() - Method in class lib.AUT_lib
Closes the AUT
AUT_DRV_call_block(in,in,in,inout) - Method in class drv.drv1_lib
Implements the test keywords, i.e. links the names of the test blocks with te corresponding block functions.
AUT_DRV_init_steps(in,in) - Method in class drv.drv1_lib
Initialises the test steps.
AUT_DRV_load(in,in) - Method in class drv.drv1_lib
Load the necessary LIBs & GUIs here NOTE: You should use FRM_load_XXX() instead of ordinry load().
AUT_DRV_report(in,in) - Method in class drv.drv1_lib
Implements the test reporting logic.
AUT_invoke() - Method in class lib.AUT_lib
Invokes the AUT
AUT_kill() - Method in class lib.AUT_lib
Kills the AUT (via Task Manager or so).
AUT_lib - class lib.AUT_lib
This library contains application-specific routines such as synchronisation with status object or setting up the typical initial state (new order).
AUT_reset() - Method in class lib.AUT_lib
Closes all windows other than main application window.

C

close_security_alerts() - Method in class lib.AUT_lib
 

D

drv - package drv
 
drv - Class Diagram in drv
 
drv1 - class drv.drv1
This main test implements a "dummy" step driver which you may use to implement the real one.
drv1_lib - class drv.drv1_lib
This main test implements a "dummy" step driver which you may use to implement the real one.

E

emos_test_driver - class drv.emos_test_driver
Calls the FRM_DRV_test_driver() function.
emos_testset_driver - class drv.emos_testset_driver
A simple driver for a single test set.
emos_testsuite_driver - class drv.emos_testsuite_driver
This test processes the test suite table.

F

frm - Class Diagram in lib.frm
 
FRM_find_flights(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_flight_confirmation_tbl_invoice(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_flight_confirmation_tbl_passengers(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_flight_confirmation_tbl_title(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_flight_confirmation(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_lib - class lib.FRM_lib
This library contains generic Framework-related functions.
frm_lib1_lib - class lib.frm.frm_lib1_lib
 
FRM_Login(in,in,in,inout) - Method in class lib.FRM_lib
 
FRM_Main(in,in,in,in) - Method in class lib.FRM_lib
Provides the possibility to click on up to two images.
FRM_method_of_payment(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_Navbar(in,in,in,inout) - Method in class lib.FRM_lib
Provides the possibility to click on three images/buttons on left-side navigation bar.
FRM_PopUp_Message(in,in,in,in) - Method in class lib.FRM_lib
Handles the dynamic popup message dialog.
FRM_Prolog(in,in,in,in) - Method in class lib.FRM_lib
This is the short version of Prolog() with the difference that it does not attempt to log in.
FRM_search_results_tbl(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_search_results_tbl2(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_search_results(in,in,in,inout) - Method in class lib.frm.frm_lib1_lib
 
FRM_TBL_lib - class lib.FRM_TBL_lib
This library contains function specially designed fro processing table objects.
FRM_TBL_set_data_block(in,in,in) - Method in class lib.FRM_TBL_lib
Performs table action(s) on a 2-dimensional block of table cells.
FRM_TBL_set_data(in,in,in,in,in) - Method in class lib.FRM_TBL_lib
Performs table action(s) on a 1-dimensional block of table cells.

G

gui - package gui
 
gui - Class Diagram in gui
 

K

kickoff - class kickoff
A simple driver for the complete test suite.
kickoff_old_style - class kickoff_old_style
This is an example of a script that triggers the processing of a test suite table (hence "kickoff").

L

lib - package lib
 
lib - Class Diagram in lib
 
lib.frm - package lib.frm
 

S

startup - class startup
Make this script your startup test and place here all you allways need.