Hello,
I would like to remove the test case id from the treeview (and other places as well), but I couldn't find my way through the template files.
My idea is to organize the tests like this:
TS01 - Manage Users
--TC01 - Create User
--TC02 - Delete User
TS02 - Manage Roles
--TC01 - Create Role
--TC02 - Delete Role
Using "TC" as the prefix in Test Link does not work because a global, automatically generated ID is used, resulting into something like this:
TS01 - Manage Users
--tc121 TC01 - Create User
--tc134 TC02 - Delete User
Can anyone help me with this?
Thanks in advance,
FK
Removing test case id from the treeview
Moderators: Amaradana, TurboPT, TL Developers
Re: Removing test case id from the treeview
@ Knorrium
Yes there is, you have to edit the template file *.tpl. I will write a small tutorial in the next days here.
Yes there is, you have to edit the template file *.tpl. I will write a small tutorial in the next days here.
Re: Removing test case id from the treeview
Ok, so to remove the ID from the reports follow this tutorial, it's really short.
Re: Removing test case id from the treeview
I tried to implement the steps mentioned to remove the test case id from the results, but there is no change in it. Is there any more steps that need to be performed to remove test case id (internal) from results section?
Re: Removing test case id from the treeview
Set this to false
$tlCfg->treemenu_show_testcase_id = false;
$tlCfg->treemenu_show_testcase_id = false;
Thanks,
TesterWorld
Http://amartester.blogspot.com
TesterWorld
Http://amartester.blogspot.com
Re: Removing test case id from the treeview
Thanks for the reply.
After changing the status to false, I am able to see the change in tree menu of specification and execution tabs for test cases. Please suggest me how to remove internal test case id from the results section as well.
I tried the steps mentioned by radhoo, but not able to see any change in the results(I mean I am able to see both the Internal and External id when i generate a report).
After changing the status to false, I am able to see the change in tree menu of specification and execution tabs for test cases. Please suggest me how to remove internal test case id from the results section as well.
I tried the steps mentioned by radhoo, but not able to see any change in the results(I mean I am able to see both the Internal and External id when i generate a report).
Re: Removing test case id from the treeview
raghurams, send me an email to popescuradhoo@yahoo.com in order to give you my files and try them on. if you have 1.8.5.