Suggestion: Brief Report

Ask general questions here.
marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Suggestion: Brief Report

Post by marcushe » Mon Apr 20, 2009 9:27 am

Once we finshed a group of automation test cases , we'd like to read the brief report first ,which containing how many test cases failed, beginning time and end time , subsequently we will open detail report one by one.

However , now we can't get the brief report and must open all report even it passes

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Post by Ciege » Mon Apr 20, 2009 4:42 pm

In your automation code can you not just add your own Report.Setup and Report.End sections around the different set of tests you want to report on? That way you will have multiple reports generated in the end, but at least you will be able to open each report individually when the section in question has completed.

marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Post by marcushe » Tue Apr 21, 2009 1:45 am

Ciege wrote:In your automation code can you not just add your own Report.Setup and Report.End sections around the different set of tests you want to report on? That way you will have multiple reports generated in the end, but at least you will be able to open each report individually when the section in question has completed.
I'd like have a try, thanks.