You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Francisco Mancardi edited this page Jul 4, 2015
·
5 revisions
Remember always to do your configuration on [INSTALL DIR]/custom_config.inc.php.
$tlCfg->exec_cfg->steps_exec
This feature is present since TestLink 1.9.10
if TRUE: while working on single test case exec mode, notes,result and file upload can be provided for each step.
$tlCfg->exec_cfg->steps_exec_attachments
Since TestLink 1.9.14 Padawan
this setting will work on AND mode with $tlCfg->exec_cfg->steps_exec
Option can be added to provide fine grain control.
User can configure TestLink to use notes & exec result on step, but disable file upload.
$tlCfg->exec_cfg->steps_exec = TRUE
$tlCfg->exec_cfg->steps_exec_attachments = FALSE