Hi guys,
I am so glad to be here, I am working for a Global outsourcing company as a test leader, and work in China.
Larry
Search found 10 matches
- Sat Jan 23, 2010 12:01 pm
- Forum: Installation and configuration
- Topic: Introduce here
- Replies: 46
- Views: 66224
- Tue Dec 22, 2009 9:23 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: How I export report in to HTML/Excel/Word file
- Replies: 1
- Views: 3047
- Tue Dec 15, 2009 1:59 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Testlink's Editor set's too big spces between lines
- Replies: 2
- Views: 2555
- Sat Dec 12, 2009 1:51 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Adding addional execution status
- Replies: 5
- Views: 4706
- Thu Dec 10, 2009 2:51 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Adding addional execution status
- Replies: 5
- Views: 4706
Hi Dualtha, I double check it again with 1.8.4 release, it should works for new status after you finished step 1 and step2, step 3 and 4 are for reports. you got an error of : LOCALIZE: link_report_partially_passed, Sorry, I missed one step to show the string, but it should not effect wrtting result...
- Wed Dec 09, 2009 5:07 am
- Forum: XML-RPC API
- Topic: how to upload logfile into Testlink through API?
- Replies: 1
- Views: 3358
- Wed Dec 09, 2009 4:51 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Bug on Query Metrics report after adding execution status
- Replies: 2
- Views: 2610
Hi,
You don't need to do this changes, refer to my reply in this post,
http://www.teamst.org/phpBB2/viewtopic.php?t=2911
check if you miss something.
You don't need to do this changes, refer to my reply in this post,
http://www.teamst.org/phpBB2/viewtopic.php?t=2911
check if you miss something.
- Wed Dec 09, 2009 2:04 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Adding addional execution status
- Replies: 5
- Views: 4706
- Tue Dec 08, 2009 2:57 am
- Forum: XML-RPC API
- Topic: any sampe in Tcl/Expect to access API?
- Replies: 1
- Views: 2927
- Thu Nov 26, 2009 7:34 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Can CustomField (Text Area) be greater than 255 ?
- Replies: 4
- Views: 9075
I have gotten the method to fix this text length limit, 1. Change DB, cfield_design_values, set the type of value as TEXT. 2. Edit lib\functions\cfield_mgr.class.php a. Find the follow code const TEXTAREA_MAX_SIZE = 255; Replaced with const TEXTAREA_MAX_SIZE = 1000; here, the max size of text area i...