nandini9
6 years agoOccasional Contributor
Generate a consolidated extent report when we execute multiple testcases
Hello Community,
I am generating a extent report from testcomplete after following the below link:
When I execute my testcase, it gives a single report for that particular testcase.
Now, I want to execute multiple testcases and generate a consolidated extent report. How is this possible? Please suggest.
Regards,
Nandini
Hi Nandini,
As far as I see in the example, native Java methods of the ExtentReports framework are used. So, you will need to identify if this framework provides methods to implement the task you need and change the current code. Here is the link to its documentation: