Search found 4 matches
- Wed Apr 29, 2009 12:56 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: How to Customise new fields for execution time
- Replies: 6
- Views: 7259
How to Customise new fields for execution time
as mentioned in the user manual I tried to customize fields for Actual execution time and estimated execution time, however I don't see field to add "ID=CF_EXEC_TIME " I configured field with execution time and its displayed on execution but its not automated as written in manual as user m...
- Fri Apr 24, 2009 12:14 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Can't assign Requirements to Test Cases
- Replies: 6
- Views: 7858
Code ============================== function __autoload($class_name) { require_once $class_name . '.class.php'; } ===================================== Replace By ================================== function __autoload($class_name) { if(strtolower($class_name)=='tlattachmentrepository') $class_name='...
- Thu Apr 23, 2009 12:50 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: How can I host TestLink on local LAN
- Replies: 11
- Views: 25703
just try using "http://localhost/testlink/index.php" but instead of Localhost put IP of server or machine name
its working for me....
its working for me....
- Thu Apr 23, 2009 12:24 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Can't assign Requirements to Test Cases
- Replies: 6
- Views: 7858
error in assignemnt...
I found same error on assigning? can you tell me how to fix this?
How to edit php file and where to add that code?
How to edit php file and where to add that code?