Page 1 of 1

Suggestion: Brief Report

Posted: Mon Apr 20, 2009 9:27 am
by marcushe
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

Posted: Mon Apr 20, 2009 4:42 pm
by Ciege
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.

Posted: Tue Apr 21, 2009 1:45 am
by marcushe
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.