Max length for test case fields?
Moderators: Amaradana, TurboPT, TL Developers
Max length for test case fields?
I did do a search on this topic and got a lot of results but none of them really had the answers i needed. We have a couple testers that are saying that the test case text box is limited and keeps cutting off at a certain point. 1)What is the length limit 2) where/what is the setting to change (if possible) to change this?
Thanks for the help. We have just setup testlink and are trying to get full team "buy in" and little issues like this i would like to have an answer/fix for...
Thanks for the help. We have just setup testlink and are trying to get full team "buy in" and little issues like this i would like to have an answer/fix for...
We are using 1.8.3 and i am definitely seeing this.. Dont know whats going on. I just created a test case with 3,700 characters (including spaces) and it got truncated.
I did copy and paste the test case form another document but made sure i dumped it to notepad first to strip out any "funky" characters.
I did copy and paste the test case form another document but made sure i dumped it to notepad first to strip out any "funky" characters.
Re: Max length for test case fields?
The text limit is 65,535 bytes for MySQL DB, because the data type of the test case fields is 'text''
See also http://mantis.testlink.org/view.php?id=2929
See also http://mantis.testlink.org/view.php?id=2929
Re: Max length for test case fields?
Hello,
i known this problem for Test Suite name and i fixed it, in doing this :
- Table nodes_hierarchy increase field "name" to 100 -> 255
- Modify testlink/gui/templates/input_dimensions.conf
- line 172 change : SRS_TITLE_MAXLEN = 75 -> SRS_TITLE_MAXLEN = 255
- line 174 change : SRS_SPEC_TITLE_MAXLEN = 75 -> SRS_SPEC_TITLE_MAXLEN = 255
I hope this post can give you some clue to resolve your issue.
Best regards,
Guillaume
i known this problem for Test Suite name and i fixed it, in doing this :
- Table nodes_hierarchy increase field "name" to 100 -> 255
- Modify testlink/gui/templates/input_dimensions.conf
- line 172 change : SRS_TITLE_MAXLEN = 75 -> SRS_TITLE_MAXLEN = 255
- line 174 change : SRS_SPEC_TITLE_MAXLEN = 75 -> SRS_SPEC_TITLE_MAXLEN = 255
I hope this post can give you some clue to resolve your issue.
Best regards,
Guillaume