Reporting Entities: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Test Suites ==
== Test Suites ==
Every page in the [[STRIDE_Test_Space#Results_View|results view]] represents a suite. The current name and path are shown at the top along with description and a few other summary stats. Su-bsuites and child test cases are shown in the tree-view at the below the summary information. In this view, sub-suites are shown as hyperlinks with an expansion icon [[Image: Arrow_blue_square_right.GIF]] to the right. Clicking any sub-suite will take you to a results view page for that suite. Any annotations contained in the current suite are shown below the suite/case tree view.
Every page in the [[STRIDE_Test_Space#Results_View|results view]] represents a suite. The current name and path are shown at the top along with description and a few other summary stats. Sub-suites and child test cases are shown in the treeview below the summary information. In this treeview, sub-suites are shown as hyperlinks with an expansion icon [[Image: Arrow_blue_square_right.GIF]] to the right. Clicking any sub-suite will take you to a results view page for that suite while selecting the expansion arrow will simply display the children of that suite without navigating away from the current page. Any annotations in the current suite are shown below the suite/case tree view. If annotations are present in any of the items show in the tree view, their presence is indicated by the [[Image: Annotation_icon.png]] icon. Clicking on this icon in the treeview will display the annotations for the item (suite of test case).


== Test Cases ==
== Test Cases ==
Test cases are shown in the tree view and the names are slightly smaller than suites and not hyperlinked. Test cases can have comments - indicated by the [[Image: Comment_icon.gif]] icon, and annotations - indicated by the [[Image: Annotation_icon.png]] icon.


== Annotations ==
== Annotations ==
Annotations represent additional noteworthy about a particular suite or test case. Annotations are used in the STRIDE Framework to record messages from the [[Test Log Macros|srLOG macros]] as well as information about assertion failures from our [[Pass/Fail_Macros|test macros]] and [[Test Point|test point failures]]. Annotations can also be created manually using [[Runtime_Test_Services|Test API]].


[[Image: Annotation_icon.png]]
As decribed above, annotations for the current suite are displayed below the tree view in the results view and annotations for any child objects shown in the tree view are displayed using the [[Image: Annotation_icon.png]] icon.


== Test Case Comments ==
== Test Case Comments ==


[[Image: Comment_icon.gif]]
== Descriptions ==
 
Suites and Test Cases can optionally have description information. The description for the current suite will be shown in the header block above the tree view. Descriptions for any items in the tree view will be indicated by the [[Image: Description.png]] icon. Selecting this icon will display the description information within the tree view.
[[Image: Description.png]]


[[Category:Test Space]]
[[Category:Test Space]]
[[Category:STRIDE Test Space]]
[[Category:STRIDE Test Space]]

Revision as of 22:59, 11 September 2009

Test Suites

Every page in the results view represents a suite. The current name and path are shown at the top along with description and a few other summary stats. Sub-suites and child test cases are shown in the treeview below the summary information. In this treeview, sub-suites are shown as hyperlinks with an expansion icon Arrow blue square right.GIF to the right. Clicking any sub-suite will take you to a results view page for that suite while selecting the expansion arrow will simply display the children of that suite without navigating away from the current page. Any annotations in the current suite are shown below the suite/case tree view. If annotations are present in any of the items show in the tree view, their presence is indicated by the Annotation icon.png icon. Clicking on this icon in the treeview will display the annotations for the item (suite of test case).

Test Cases

Test cases are shown in the tree view and the names are slightly smaller than suites and not hyperlinked. Test cases can have comments - indicated by the Comment icon.gif icon, and annotations - indicated by the Annotation icon.png icon.

Annotations

Annotations represent additional noteworthy about a particular suite or test case. Annotations are used in the STRIDE Framework to record messages from the srLOG macros as well as information about assertion failures from our test macros and test point failures. Annotations can also be created manually using Test API.

As decribed above, annotations for the current suite are displayed below the tree view in the results view and annotations for any child objects shown in the tree view are displayed using the Annotation icon.png icon.

Test Case Comments

Descriptions

Suites and Test Cases can optionally have description information. The description for the current suite will be shown in the header block above the tree view. Descriptions for any items in the tree view will be indicated by the Description.png icon. Selecting this icon will display the description information within the tree view.