Titan



control


The module control part may contain local definitions and describes the execution order (possibly repetitive) of the actual test cases.

Related keywords:


control {  [ local_definitionscontrol_statements }  [ with attributes ]


Example

control { var boolean vl_mistni; 
   execute( tc_pad1()); 
   execute( tc_pad2());
}

The module Principal declared here has an integer module parameter (tsp_vypinac), an enumerated type (Examplg) defined in the module definitions part. The control part contains the execution of the test case tc_prov.



BNF definition of control