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 |
How the exception handling can be done using quicktest professional?
How QTP recognizes Objects in AUT?
diff between qtp versions from 8.5
What are the disadvantages of Recovery Scenarios in QTP ?
What is the quicktest professional testing process?
How to retrive XML file data in QTP ? using Script(Chandana)
what type of automation is follwed in the project?
what is batch run ?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
In qtp what type of data tables are used , name and list out them
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
Explain about reusable actions?