is there a way to increase the size of test case title?

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
asidhali
TestLink user
Posts: 9
Joined: Thu Jul 05, 2012 8:00 pm

is there a way to increase the size of test case title?

Post by asidhali »

HI,

Is there a way to increase the size of test case title?

Thanks
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: is there a way to increase the size of test case title?

Post by fman »

answered to many times, wait for post on FAQ section
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: is there a way to increase the size of test case title?

Post 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 ?
asidhali
TestLink user
Posts: 9
Joined: Thu Jul 05, 2012 8:00 pm

Re: is there a way to increase the size of test case title?

Post 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);
Post Reply