I'm having a problem to get the status(pass or fail) during
runtime for every iteration ran, and must get the results
stored to an excel sheet if possible.
Answer / kaps
Reporter.ReportEvent is used to report custom test steps in QTP's test results tree
Syntax -Reporter.ReportEventEventStatus, ReportStepName, Details [, ImageFilePath]
Event Status can have values
0 or micPass - a pass status
1 or micFail - a fail status
2 or micDone - a message Done
3 or micWarning - a warning message to the result window
Result can be export to an excel sheet.
| Is This Answer Correct ? | 0 Yes | 0 No |
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
what are the design objects in qtp
What are the five challenges you faced in QTP?
How do u override the meaning of a standard object in QTP?
Without using gui map editor we can recognize the application in winrunner ?
Brief the process of testing with UFT?
WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY? IS IT POSSIBLE in QTP? HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
what's the difference in between function and sub and give some code as well
Explain hybrid framework with advantages and disadvantages?
On what basis we select test cases to automate?