Page 1 of 1

Choosing the Build Version at Test Reports

Posted: Fri Oct 21, 2011 9:25 am
by RGM
Hi,

I want to generate test reports with the results of the "old" builds. The reason could be, a documantion to a customer with the results of all tested builds (prototypes).

Does somebody has a solution for this?

Kind regards,
RGM

Re: Choosing the Build Version at Test Reports

Posted: Tue Nov 15, 2011 10:37 am
by gunter
Hello,

i have the same requirement.
Is there no solution for this ?
Is it necessary to create an own report ?

Best regards

Gunter

Re: Choosing the Build Version at Test Reports

Posted: Tue Nov 15, 2011 2:17 pm
by gunter
So, i have looked into the code,
and as i understand there is no configuring possibility to solve this problem.

But for a PHP programmer (that is what i am not) it could be possible with a view lines of code.

I found the line 70 in printDocOptions.php
$latestBuild = $tplan_mgr->get_max_build_id($args->tplan_id);

an line 89
$filters->filter_result_build = $latestBuild;

I thing we should comment out line 70 and get the information for the build ID from a selection field
like it is on the execNavigator side ("Build to execute")
When we put this selection field to the resultsNavigator side, it should be possible to choose the build for that i want the report.

Maybe is anyone out there who has done this work,
or would like to do it ??

I thing this is also a good enhancement for the next version.

Thank you and best regards
Gunter

Re: Choosing the Build Version at Test Reports

Posted: Fri Nov 18, 2011 10:55 am
by RGM
Hi Gunter,

I'm glad that I'm not alone :-)

Have you already opened a feature request at the tracker? Perhaps you add a comment with your requirements here:

http://mantis.testlink.org/view.php?id=4351

If you are correct, it should be not to difficult.

This is the last thing which stops us to use testlink.

Kind Regards,
Stefan