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
[SOLVED] Exec Status - Whole suite test cases on single page
Moderators: Amaradana, TurboPT, TL Developers
Re: Whole suite test cases on single page
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
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.
Thanks,
Devendra
Devendra
Re: Whole suite test cases on single page
No, there is no such configuration.
Re: Whole suite test cases on single page
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;
// 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;