hello,

at the end of my test script id like to retrieve the number of "fails"
that may have been raised via the test's checkpoints or via my code's
'Reporter.ReportEvent micFail' calls. then, if no fails were present
ill report a new micPass.

ex:

    Dim iFailCount
    'iFailCount = ???? 'i need this part.

    If iFailCount = 0 Then
        Reporter.ReportEvent micPass, "Final Check", "Test completed
without any fails."
    End If

...how does one do this?


thanks,
sm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to