Forum Discussion

googleid_104927's avatar
googleid_104927
Contributor
12 years ago

Pie Chart in test results

Hi,



I see there is a difference when we run a set of tests by adding them manually onto the project suite and executing a single unit.



We have a framework where a call is made to other tests and are run from a single unit. so the resulting test report doesn't look good for a test report.



How can I achieve the same test report while running a unit also?



Thanks in advance.

2 Replies

  • Hi,

     


    The summary report with charts is available only for project and project suite test results.


    If you want to implement this, you will need to save the entire log to the XML format, parse it and draw the charts you need.