Home • Help Index • Using Help • Search • ContactTETware GUI Help Pages |
||
Return to TETware GUI Help Index | ||
Local System : Clean Mode tabThis tab allows you to specify variables that will be used by TETware in Clean mode. All variables specified in this tab will be written to TETware created _GUItetclean.cfg file. The following variables can be specified in this tab: TET_CLEAN_TOOLThis variable enables you to specify the name of a tool that should be used to perform clean up after your Test Cases have executed. Use the "Browse" button to browse the file system and find the clean tool that you require. Use the "Clear" button to clear the contents of the text field.TET_CLEAN_FILEThis variable allows you to specify additional command line arguments that can be passed to the clean tool specified by TET_CLEAN_TOOL. Please note: no validation is performed by TETware for the relationship between TET_CLEAN_TOOL and TET_CLEAN_FILE, it is the Users responsibility to ensure that they interact correctly. Use the "Clear" button to clear the contents of the text field.TET_OUTPUT_CAPTUREThis radio button variable indicates to TETware whether the standard output and error streams from the Clean tool should be captured and placed in the Journal file. The default value of this variable is "False". Setting this value to "True" indicates that the standard output and the standard error output from Test Cases should be captured and placed in the Journal file.TET_API_COMPLIANTThis radio button variable allows you to specify to TETware whether the Clean tool and Test Cases to be built conform to the TETware API, i.e. they use the TETware API to output information to the Journal file. The default value of this variable is "True". If set to "False" the printing of messages to the Journal file and the generation of a test purpose result will be based on the exit status of the Test Case (where PASS = 0, and FAIL = non 0).TET_PASS_TC_NAMEThis radio button variable allows you to specify to TETware whether the name of the current Test Case should be passed to the Clean tool specified. The default value of this variable is "False". Setting this value to "True" indicates that the name of a Test Case to be processed should be passed when executing a Build or Clean tool.TET_EXPAND_CONF_VARSThe value of this variable determines whether or not tcc performs configuration variable expansion on variables defined in the per-mode configurations. If "true", tcc replaces the string ${variable-name} in a configuration variable assignment with the value of the variable variable-name. If "false", tcc does not treat the string ${variable-name} in a configuration variable assignment specially. The default value is "false". For further information on this feature is presented in Section 5.8 of the TETware Programmers Guide. |
||
Return to TETware GUI Help Index | ||