Reporting Entities: Difference between revisions
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. | 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 == | ||
== 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 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 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 icon, and annotations - indicated by the 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 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 icon. Selecting this icon will display the description information within the tree view.