Hi all,
Why is the batch execution gone in version 1.8.0 it was available at the 1.7.4 version how can I recover it?
Thanks,
jayjay
batch Execution gone?
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 14
- Joined: Mon Mar 24, 2008 5:59 am
Thanks Amaradana but what I am looking for is the execute button near the search bar.Amaradana wrote:Please go to the following post
http://www.teamst.org/phpBB2/viewtopic. ... ight=#5535
It is disabled by default because of performance problems for large count of TCs. You should enable it by:
Code: Select all
$tlCfg->exec_cfg->show_testsuite_contents = ENABLED;
-
- TestLink user
- Posts: 14
- Joined: Mon Mar 24, 2008 5:59 am
it is already enabled do I have to restart?havlatm wrote:It is disabled by default because of performance problems for large count of TCs. You should enable it by:Code: Select all
$tlCfg->exec_cfg->show_testsuite_contents = ENABLED;