Page 1 of 1

Unable to print TestPlan with TL Beta2

Posted: Thu Jul 24, 2008 5:38 pm
by Tremblay
Hi,

With Beta2, when I go on Result page and I click on "Test Plan", I see all checkbox for print selection but I can't find the way to have the TestPlan printed (HTML or WORD).

In Beta1, under the checkbox section, they have a tree for the printing purpose.

Could you give me the way to print (HTML/WORD) TestPlan with Beta2 please?

Posted: Thu Aug 14, 2008 3:05 pm
by Tremblay
Hi, I dont know if I'm the only one with this problem but if not, I find a way (temporary patch) to make it work with Beta2

On file: printDocOptions.php Version1.6

I've remplaced the line 126: $tree = invokeMenu($treeString,null,null);

by the following lines:
if ($type == 'testplan')
{
$tree = invokeMenu($treeString->menustring,null,null);
}
else
{
$tree = invokeMenu($treeString,null,null);
}


Nicolas.

Posted: Wed Aug 20, 2008 4:49 pm
by fman
Thanks.
I've see bug on mantis yesterday, and I'm working to solve it.

regards