Hi All,
Need a small help from you folks.
*Requirement:
*1) Have to update the status of Test Case as Passed/Failed Automatically in
QC depending on the result of the Test Script executed through QTP.
Eg:
If Browser("abc").Page("abc").Frame("abc").webedit("abc").exist(7) Then
Reporter.reportevent micPass,"Text Box check","Text Box exists"
* <---Here I need a script which will Pass a Test Case located in
QC--->*
Else
Reporter.reportevent micfail,"Text Box check","Text Box does not
exist"
* <---Here I need a script which will Fail a Test Case located in
QC--->*
End If
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---