Bug 76699 - Provide simple accumulative verdict summary results reporting.
Summary: Provide simple accumulative verdict summary results reporting.
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P1 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Dominique Guilbaud CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation, PII
: 63144 74803 83921 (view as bug list)
Depends on: 80641 83092 83094 85300
Blocks: 90593
  Show dependency tree
 
Reported: 2004-10-20 15:17 EDT by Paul Slauenwhite CLA
Modified: 2016-05-05 10:36 EDT (History)
5 users (show)

See Also:


Attachments
Tabular Verdict Summary Report Generator (11.53 KB, application/x-zip-compressed)
2004-11-23 11:46 EST, Paul Slauenwhite CLA
no flags Details
Tabular Summary Report Generator (11.58 KB, application/x-zip-compressed)
2004-12-08 09:41 EST, Paul Slauenwhite CLA
no flags Details
Tabular Verdict Summary Report Generator (12.49 KB, application/x-zip-compressed)
2005-02-17 15:02 EST, Paul Slauenwhite CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slauenwhite CLA 2004-10-20 15:17:32 EDT
Provide simple accumulative verdict summary results reporting.

When executing more than one test suite, there is no mechanism to create even 
simple verdict summary results reports on one or more test suite execution 
results files.  An organized approach to product testing would typically 
include multiple testers running multiple test suites in parallel.  Core 
administrative functions of such a test run would require simple accumulative 
verdict summary results reporting (e.g. pass/failure/total cases).  Reporting 
could be graphical (e.g. SVG) or simply textual (e.g. tabular).
Comment 1 Paul Slauenwhite CLA 2004-11-23 11:46:09 EST
Created attachment 16079 [details]
Tabular Verdict Summary Report Generator
Comment 2 Paul Slauenwhite CLA 2004-11-23 11:50:17 EST
Enclosed is an implementation of a simple tabular verdict summary report 
Generator.  

Reports are generated by the user selecting a test suite. All execution
results for the selected test suite and all (recursively) referenced test
suites are formatted into a tabular verdict summary test report. Reports are
generated for a finite period of time, called a report window.

The report window consists of a start date and time and an end date and time
(UTC). The window is used to resolve execution results for a test suite
within a finite period of time.

The following execution result information is captured in the tabular verdict
summary test report:

-Suite
-Pass
-Fail
-Error
-Inconclusive
-Attempted
-Total
-Completion Rate
-Failure Rate
</ul>

Furthermore, each test suite is expandable to display the following execution
result information:
<ul>
-Case
-Verdict
-Comment
</ul>

If any type of error occurs during report generation, an error HTML page is
generated instead. The error HTML page indicates the source of the error in
the form of a stack trace.
Comment 3 Paul Slauenwhite CLA 2004-11-23 11:52:26 EST
The enclosed implementation of a simple tabular verdict summary report 
generator requires enhancement #79181 
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=79181 ).
Comment 4 Paul Slauenwhite CLA 2004-12-08 09:41:46 EST
Created attachment 16454 [details]
Tabular Summary Report Generator
Comment 5 Paul Slauenwhite CLA 2004-12-08 09:42:38 EST
Enclosed is an implementation of a simple tabular summary report 
Generator.  

Reports are generated by the user selecting a test suite. All (recursively) 
referenced test suites and all execution results for the selected and each 
referenced test suite are formatted into a tabular summary test report. Reports 
are generated for a finite period of time, called a report window.

The report window consists of a start date and time and an end date and time
(UTC). The window is used to resolve execution results for a test suite
within a finite period of time.

The following execution result information is captured in the tabular verdict
summary test report:

-Suite
-Pass
-Fail
-Error
-Inconclusive
-Attempted
-Total
-Completion Rate
-Failure Rate
</ul>

Furthermore, each test suite is expandable to display the following execution
result information:
<ul>
-Case
-Verdict
-Comment
</ul>

If any type of error occurs during report generation, an error HTML page is
generated instead. The error HTML page indicates the source of the error in
the form of a stack trace.

Comment 6 Joe Toomey CLA 2005-02-02 07:50:40 EST
*** Bug 63144 has been marked as a duplicate of this bug. ***
Comment 7 Paul Slauenwhite CLA 2005-02-14 11:23:57 EST
Required plugins for the attached generators include:

      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.hyades.models.common"/>
      <import plugin="org.eclipse.hyades.ui"/>
      <import plugin="org.eclipse.hyades.test.ui"/>
Comment 8 Ruth Lee CLA 2005-02-14 12:17:47 EST
Hi,

Could you target this enhancement to an iteration, please?

Thanks,
Ruth.
Comment 9 Paul Slauenwhite CLA 2005-02-17 15:02:25 EST
Both the Tabular Summary Report Generator and Tabular Verdict Summary Report 
Generator have been migrated into one generator called the Tabular Verdict 
Summary Report Generator for ease of use and maintenance.  Please use the 
latest Tabular Verdict Summary Report Generator (Feb 17, 2005) for this feature.
Comment 10 Paul Slauenwhite CLA 2005-02-17 15:02:48 EST
Created attachment 18065 [details]
Tabular Verdict Summary Report Generator
Comment 11 Paul Slauenwhite CLA 2005-02-22 07:15:59 EST
Is an 4.0 (i4) target realistic since this enhancement will require UI and 
documentation changes?  I believe i2 is the last iteration for UI/documentation 
changes.  Ruth, can you confirm?
Comment 12 Joe Toomey CLA 2005-02-22 10:59:37 EST
*** Bug 83921 has been marked as a duplicate of this bug. ***
Comment 13 Ruth Lee CLA 2005-02-23 18:46:01 EST
Iteration 2 is the last iteration for UI, doc, and API changes. 
Comment 14 Dominique Guilbaud CLA 2005-03-07 08:55:20 EST
*** Bug 74803 has been marked as a duplicate of this bug. ***
Comment 15 Dominique Guilbaud CLA 2005-03-07 08:58:45 EST
targeted to i2 due to UI change
Comment 16 Dominique Guilbaud CLA 2005-04-04 04:47:49 EDT
Fixed. New dependency on o.e.tptp.platform.report.core added.

Comment 17 Paul Slauenwhite CLA 2005-04-11 08:15:19 EDT
Verified in Toronto's TPTP 4.0 200504050020 build (HEAD) on April 10, 2005.

Excellent job!  The new graphical 3-D reports are great! 
Comment 18 Paul Slauenwhite CLA 2005-04-11 08:15:31 EDT
Closing.