batch Execution gone?

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
monsieur_jj
TestLink user
Posts: 14
Joined: Mon Mar 24, 2008 5:59 am

batch Execution gone?

Post by monsieur_jj »

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
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Post by Amaradana »

monsieur_jj
TestLink user
Posts: 14
Joined: Mon Mar 24, 2008 5:59 am

Post by monsieur_jj »

Amaradana wrote:Please go to the following post

http://www.teamst.org/phpBB2/viewtopic. ... ight=#5535
Thanks Amaradana but what I am looking for is the execute button near the search bar.
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Post by Amaradana »

No idea what are you saying, as i have not used 1.7.4 version
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

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;
monsieur_jj
TestLink user
Posts: 14
Joined: Mon Mar 24, 2008 5:59 am

Post by monsieur_jj »

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;
it is already enabled do I have to restart?
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

No, just select any Test Suite in execution navigator.
Locked