FRM
Class emos_frm_driver_lib


public class emos_frm_driver_lib

# The library routines for the EMOS_FRM_driver test.


Method Summary
 intFRM_DRV_main(in script_home, in data_home, in default_suite_table, in ask, in columns)
          The main loop processes all rows in the suite table.

Method Detail

FRM_DRV_main

public int FRM_DRV_main(in script_home, in data_home, in default_suite_table, in ask, in columns)
The main loop processes all rows in the suite table.
Parameters:
script_home - home directory for test scripts
data_home - home directory for test data
default_suite_table - name of the test suite table
ask - (optional) TRUE: gives you the option to choose alternative suite table; FALSE: opens the defined table only [default]
columns - (optional) comma-separated string defining the titles of the four important columns [default:
"Bearbeiten?,Testscript,Testtabelle,Testset"
]
Returns: E_OK: success !E_OK: failure