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 |
what function you write to do database testing with the help of qtp?
write script to read and write data from file ?
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
Explain about reusable actions?
How to save your test using quicktest professional?
How can we open an Excel sheet through the script
How you debug your script?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
what we do after completion of functional and regression testing
Thanks....But can u tell me how i use the QTP for GIS with one Example...
how to find that tools work well with ur existing system?
What is the use of environment variables?