Skip to content

Execution Feature Test Step Execution configuration

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 has been 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

Clone this wiki locally