remove or hide test case ID from report
Posted: Thu Oct 18, 2012 6:01 pm
I am using testlink1.9.3 with easyPHP-12.1.
I want to hide or remove the predefined test case ID which is set at the time of creation of new project.
I got a HELP from Radu Popescu's writing:
http://www.radhoo.com/remove-id-from-reports-testlink/
I could hide the Testcase ID from Tree menu with
$tlCfg->treemenu_show_testcase_id = false;
However, I could not remove the test case ID from the report.
Please help me to solve it.
I want to hide or remove the predefined test case ID which is set at the time of creation of new project.
I got a HELP from Radu Popescu's writing:
http://www.radhoo.com/remove-id-from-reports-testlink/
I could hide the Testcase ID from Tree menu with
$tlCfg->treemenu_show_testcase_id = false;
However, I could not remove the test case ID from the report.
Please help me to solve it.