-
Notifications
You must be signed in to change notification settings - Fork 15
Execution Feature Test Step Execution configuration
Francisco Mancardi edited this page Jul 7, 2015
·
5 revisions
Remember always to do your configuration on [INSTALL DIR]/custom_config.inc.php
.
Present since version: 1.9.10
Possible values: true
, false
(boolean)
Default value: true
When set to "true" the exec mode, notes,result and file upload fields of a test step are DISPLAYED.
Present since version: 1.9.14
Possible values: true
, false
(boolean)
Default value: true
This setting is only relevant when $tlCfg->exec_cfg->steps_exec
is set to "true".
Option has been added to provide fine grain control. User can configure TestLink to use notes & exec result on step, but disable file upload like this:
$tlCfg->exec_cfg->steps_exec = TRUE
$tlCfg->exec_cfg->steps_exec_attachments = FALSE