I would like to get few nitrification on "Results by top level testsuite" table in the General Test plan Metrics" report.
This particular result table is listing all top level test suite report and the corresponding progress and percentage.
In our project we have 2 level of testsuite. One top level and another one is subtop level. For Eg: If the top level test suite name is Authentication then the subtoplevl test suites will be like LDAP, Radius etc.
I looked in to the code and figured out that line no 28 on resultGeneral.php has.
$dummy = $metricsMgr->getStatusTotalsByTopLevelTestSuiteForRender($args->tplan_id);
I tried to change the above method to getStatusTotalsBytestSuiteForRender. After changing i launched the General Test plan Metrics" report and in the section Results by top level testsuite i see the subsuite level data in each row.
Only thing i am missing is the name in the first colum is still showing the top level. That is if i have two subfolders for top level test suite [ say Authentication ] then i get6 two rows in the report table with name as authentication.
can you help me how to get the subfolders name in the report.
If i could get this subfolder level report then i will create a new customer port [ copying it ] and use this for my project.
Thanks for your help.
Let me know if you need any more information. I am not a PHP expert and just started learning. I usually work on core java for the past several years.

Thanks