Test Link 1.6.0 patches

The release 1.6 is going to be unsupported by Community. Because our effort moves ahead. However there are still valuable informations for you.
Locked
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Test Link 1.6.0 patches

Post by Norinchak »

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.
Last edited by Norinchak on Mon May 29, 2006 9:30 pm, edited 1 time in total.
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Post by Norinchak »

This patch adds handy opportunity for creating of links in test cases to other test cases.
After appliing this patch additional protocol Case appears in the Link properties window.
Thus it is enough to choose protocol Case and insert the test case number that you need.
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Post by Norinchak »

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.
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Post by Norinchak »

This patch adds opportunity of test cases searching by the date of creation and author.
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Post by Norinchak »

This patch adds the opportunity of sorting of test cases in a tree in alphabetical order.
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Post by Norinchak »

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.
garifo
Advanced user
Posts: 18
Joined: Thu Mar 09, 2006 5:07 pm

Post by garifo »

can this patches be use with testlink 1.6.2?

Thanks.
kirank
Advanced user
Posts: 35
Joined: Mon Mar 27, 2006 1:55 am

Norinchak-> HELP with the Search patch

Post by kirank »

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 !!!
kirank
Advanced user
Posts: 35
Joined: Mon Mar 27, 2006 1:55 am

ahh..got it

Post by kirank »

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 !!
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Post by Norinchak »

Thanks :D
Locked