| Summary: | Test execution node in the events tree is missing a Defects pane | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Kendric Wang <kendricw> | ||||
| Component: | TPTP | Assignee: | Paul Slauenwhite <paulslau> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | CC: | eejessee, paulslau | ||||
| Version: | unspecified | Keywords: | plan | ||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Kendric Wang
Created attachment 83597 [details]
snapshot of test execution properties
More information:
"When any of the Execution Event is selected on the Events tree, there should be a 'Defects' section in the details pane for that execution event."
--"Defects Tracking with Bugzilla" testcase
All nodes other than 'test execution' in the tree have a Defects pane.
Jerome, please provide a sizing. Deferring to future as approved by the TPTP PMC (http://dev.eclipse.org/mhonarc/lists/tptp-pmc/msg04926.html). In the Test Model, defect records (as well as properties and annotations) are only associated with TPFExecutionEvents (/org.eclipse.tptp.platform.models/src-test/org/eclipse/hyades/models/common/testprofile/TPFExecutionEvent.java). However, defect records, properties, or annotations are NOT associated with TPFExecutionResults (/org.eclipse.tptp.platform.models/src-test/org/eclipse/hyades/models/common/testprofile/TPFExecutionResult.java). As such, we will not add support to the Test Log Viewer for defect records, properties, or annotations on 'test execution' events. Updated the following test suites to clarify the expected behavior: /org.eclipse.hyades.test.ui.logViewer.tests/manual/Test.UI.FrameworkEditors_logViewer_linux.testsuite /org.eclipse.hyades.test.ui.logViewer.tests/manual/Test.UI.FrameworkEditors_logViewer_windows.testsuite Closing. |