background image
<< To open a test or group node from within TestManager | Working with Microsoft Visual Studio >>
<< To open a test or group node from within TestManager | Working with Microsoft Visual Studio >>

Viewing Results in TestManager

Working with Other Development Tools
Note Test RealTime test nodes and group nodes can also be associated with
TestManager test cases as test implementations. This means that Test
RealTime test and group nodes can also be executed as part of a TestManager
suite.
Viewing Results in TestManager
Once a Test RealTime test has been executed from within a TestManager suite, test
results are accessible from the TestManager LogViewer.
For each TestManager test case, the LogViewer displays a single User Defined line for
each Test RealTime test node. This means that if a test case was associated with a
group node, and the group node contained five test nodes, then five User Defined
lines are shown in the test log for this particular test case. Each line has its own
associated
Pass
or
Fail
status
In the properties window of a User Defined line (accessed via a right-click of the User
Defined line and then selecting Properties), on the General tab:
·
For a passed test: The Failure Description field indicates:
All
<x>
tests passed
where
<x>
is the total number of tests performed by a particular test node
·
For a failed test: The Failure Description field indicates:
<x>
tests failed.
<y>
tests passed
where
<x>
+
<y>
is the total number of tests performed by a particular test node.
In the properties window of a User Defined line, on the View Test RealTime Logs tab,
click the Open button to view the test and runtime analysis reports for the selected
test node.
Note These files are copies of the original test scripts and source files solely
intended for report purposes. Any changes to these files are not made to the
actual test scripts and source files. Open the original files in Test RealTime for
debugging purposes.
Submitting a ClearQuest Defect from TestManager
In TestManager you can submit a defect relating to a Test RealTime test node as part
of the TestManager/ClearQuest integration.
To automatically submit the script name, you must submit the defect from the Script
Start line and not from the User Defined line. This is because TestManager does not
submit the Script Name from a User Defined line.
345