Page 1 of 1

[SOLVED] Exec Status - Whole suite test cases on single page

Posted: Fri Mar 09, 2012 9:52 am
by kam2012
Hello All,

I am using Testlink 1.9. 1. Currently all test cases under Test Specification/Execution are being shown case by case.

If some one needs to navigate from one test case to another, it required so many clicks.

Is it possible to see all suite test cases (Test Specification and Execution) in single screen ?


Thanks in advance.

~Kamlesh

Re: Whole suite test cases on single page

Posted: Sat Mar 10, 2012 7:37 pm
by Unhandled
You can see all the test cases in one "screen" by going to Reports and generating a test specification report or a test plan report.

Re: Whole suite test cases on single page

Posted: Sat Apr 28, 2012 6:04 pm
by devendra
is there any configuration to see all case from a testsuite during execution so that i put status for multiple case and save in one go.

Re: Whole suite test cases on single page

Posted: Sun Apr 29, 2012 1:44 am
by Unhandled
No, there is no such configuration.

Re: Whole suite test cases on single page

Posted: Sun Apr 29, 2012 8:47 am
by fman
Configuration exists and is documented on config.inc.php

// This can help to avoid performance problems.
// Controls what happens on right frame when user clicks on a testsuite on tree.
// ENABLED -> show all test cases presents on test suite and children test suite.
// DISABLED -> nothing happens, to execute a test case you need to click on test case
$tlCfg->exec_cfg->show_testsuite_contents = DISABLED;