Page 1 of 1

Changing Max Length for Name

Posted: Tue May 22, 2012 7:04 am
by devendra
I am getting following error.
----
TestLink Warning
test case name is too long (157 chars) > 100 => has been truncated
Original name
-------

how can i increase the limit ?

Re: Changing Max Length for Name

Posted: Tue May 22, 2012 9:01 am
by fman
This is not an error, is a design choice.
If not configurable, because it depends on DB SCHEMA, excesive long names also have a destructive effect on GUI => avoid it

Re: Changing Max Length for Name

Posted: Tue Jul 24, 2012 7:28 am
by devendra
I am ready to Alter DB schema and UI validations, can you please point me places(files tables) where i need to do the edits.