We have created some patches for Test Link 1.6.0 which we use in the work. Here some of them.
1. It is a small patch which is made to allow using (.) (dot) symbol in users names.
Test Link 1.6.0 patches
Test Link 1.6.0 patches
Last edited by Norinchak on Mon May 29, 2006 9:30 pm, edited 1 time in total.
This patch adds new type of report - Executed in build.
The report shows detailed list of test cases, that were executed in a build.
Report fields:
Bug - is the number of defect that is verified by test case;
Case Title - Test Case Title;
Executed By - person name;
Executed Date - executed date;
Status - status (Failed, Blocked, Pass);
Case Steps - Test Case steps;
Notes - notes.
The report shows detailed list of test cases, that were executed in a build.
Report fields:
Bug - is the number of defect that is verified by test case;
Case Title - Test Case Title;
Executed By - person name;
Executed Date - executed date;
Status - status (Failed, Blocked, Pass);
Case Steps - Test Case steps;
Notes - notes.
This patch improves the work of a tree of LAYERSMENU type.
Improvement was made in the klients side. Collapsing-Expanding of a tree is made on the server side.
This results in 60-70% fastening of the work of a tree dealing with big data amount.
Correct image of the empty categories icons.
New tree theme (Explorer) is added.
Correct tree refreshing at the new Test Case creating.
The opportunity of using different icons for different types of test cases is added.
Look at the customTCImages array in the TreeMenu function in the file third_party - phplayersmenu - lib - treemenu.inc.php.
Improvement was made in the klients side. Collapsing-Expanding of a tree is made on the server side.
This results in 60-70% fastening of the work of a tree dealing with big data amount.
Correct image of the empty categories icons.
New tree theme (Explorer) is added.
Correct tree refreshing at the new Test Case creating.
The opportunity of using different icons for different types of test cases is added.
Look at the customTCImages array in the TreeMenu function in the file third_party - phplayersmenu - lib - treemenu.inc.php.
Norinchak-> HELP with the Search patch
Hi,
Pls let me know if the patch files are correct. I cannot see any difference in the \"search test case UI\" after replacing these 3 files mentioned. Pls let me know if I am looking at the wrong location to search by \"date of creation and owner\".
Thx in advance !!!
Pls let me know if the patch files are correct. I cannot see any difference in the \"search test case UI\" after replacing these 3 files mentioned. Pls let me know if I am looking at the wrong location to search by \"date of creation and owner\".
Thx in advance !!!
ahh..got it
Norinchak,
I had to edit strings.txt to include :
$TLS_created = \" Created By\";
$TLS_create_date = \"Create Date\";
Then I modified the corresponding tpl file...and now it works.
Great work, thx for the useful fix to the search functionality !!! Appreciate it !!
I had to edit strings.txt to include :
$TLS_created = \" Created By\";
$TLS_create_date = \"Create Date\";
Then I modified the corresponding tpl file...and now it works.
Great work, thx for the useful fix to the search functionality !!! Appreciate it !!