Bulk Test Case Status Management absent in 1.8RC3?
Moderators: Amaradana, TurboPT, TL Developers
Bulk Test Case Status Management absent in 1.8RC3?
Why the bulk testcase status managment has been not present in 1.8RC3 , Please i would like to knoe the reason why its not there?
Hi,
Have you really tried because i got to know that even 1.8.1 doesnt have the bulk update of testcase execution, if you can clearly give me the steps and the downloaded testlink directory URL from where you downloded the directory.
Veeru
Have you really tried because i got to know that even 1.8.1 doesnt have the bulk update of testcase execution, if you can clearly give me the steps and the downloaded testlink directory URL from where you downloded the directory.
Veeru
Last edited by veeru on Wed Apr 15, 2009 4:15 am, edited 1 time in total.
Hello,
Though there is no feature like bulk test case execution, but i tried this and i got solved we are trying to implement the tool in our company and one of our major requirement is the bulk updation of test cases.
I have no idea about the previous version since i am using currently 1.8.1 version. you can download this from the sourceforge. Below is the default code present in file "config.inc.php."
"$tlCfg->exec_cfg->show_testsuite_contents = Disabled"
Please search this in the file config.inc.php and change this to enabled. and now when you click on the folder all the test cases present in the folder are visible and you can update accordingly.
I hope this is not misguiding you. Did you search the "config_inc_php file" file what i have said in the previous post before you posted?
Though there is no feature like bulk test case execution, but i tried this and i got solved we are trying to implement the tool in our company and one of our major requirement is the bulk updation of test cases.
I have no idea about the previous version since i am using currently 1.8.1 version. you can download this from the sourceforge. Below is the default code present in file "config.inc.php."
"$tlCfg->exec_cfg->show_testsuite_contents = Disabled"
Please search this in the file config.inc.php and change this to enabled. and now when you click on the folder all the test cases present in the folder are visible and you can update accordingly.
I hope this is not misguiding you. Did you search the "config_inc_php file" file what i have said in the previous post before you posted?
Check config.inc.php
// 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 = ENABLED;
// DISABLED -> nothing happens, to execute a test case you need to click on test case
$tlCfg->exec_cfg->show_testsuite_contents = ENABLED;