HI,
Is there a way to increase the size of test case title?
Thanks
is there a way to increase the size of test case title?
Moderators: Amaradana, TurboPT, TL Developers
Re: is there a way to increase the size of test case title?
answered to many times, wait for post on FAQ section
Re: is there a way to increase the size of test case title?
Oops! just two post far from yours:
http://www.teamst.org/forum/viewtopic.php?f=11&t=6861
what about doing the effort to search before firing the editor ? too much effort ?
http://www.teamst.org/forum/viewtopic.php?f=11&t=6861
what about doing the effort to search before firing the editor ? too much effort ?
Re: is there a way to increase the size of test case title?
hahaha
I am sorry i did not search extensively. But, I did search for it on google but did not find any answer to the post. Was looking at this http://www.teamst.org/forum/viewtopic.php?f=1&t=6164 and put up another post. I am very sorry for it again.
Anyhow I figured out how to do it. Here is how you increase the size of test case title -
1. Goto \testlink-1.9.3\cfg\const.inc.php
2. Change $g_field_size->testcase_name = 100; to $g_field_size->testcase_name = 200;
3. Open Mysql which is associated with your testlink server.
4. Execute the following -
a.use testlink;
b.alter table nodes_hierarchy modify name varchar(200);

Anyhow I figured out how to do it. Here is how you increase the size of test case title -
1. Goto \testlink-1.9.3\cfg\const.inc.php
2. Change $g_field_size->testcase_name = 100; to $g_field_size->testcase_name = 200;
3. Open Mysql which is associated with your testlink server.
4. Execute the following -
a.use testlink;
b.alter table nodes_hierarchy modify name varchar(200);