Page 1 of 1
is there a way to increase the size of test case title?
Posted: Wed Jul 25, 2012 4:23 pm
by asidhali
HI,
Is there a way to increase the size of test case title?
Thanks
Re: is there a way to increase the size of test case title?
Posted: Wed Jul 25, 2012 5:22 pm
by fman
answered to many times, wait for post on FAQ section
Re: is there a way to increase the size of test case title?
Posted: Wed Jul 25, 2012 7:11 pm
by fman
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 ?
Re: is there a way to increase the size of test case title?
Posted: Wed Jul 25, 2012 9:18 pm
by asidhali
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);