Page 1 of 1

How to disable Test Suite Details in Test Plan report

Posted: Fri Aug 27, 2010 11:06 am
by pallavikr
How to disable Test Suite Details in Test Plan report? I wanted only the content of Test Plan without Test Suite Summary Details.

Re: How to disable Test Suite Details in Test Plan report

Posted: Mon Aug 30, 2010 8:09 am
by pallavikr
I could figure out the code which helped me in displaying only Test Plan Desciptions.
Comment the following line in printDocument.php file (Line 143)

$tp_tcs = $tplan_mgr->get_linked_tcversions($args->tplan_id);

Thanks
Pallavi