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 is difference betweem class annd object?
how can we test load time of an page in webtesting?
i am testing an online shopping application.I CLICK on a link "ADD TO CART" of that application a "new page" is open and then click on any object of that "new page". after that when i run this SCRIPT then on this "new page" QTP always shows error of "OBJECT NOT FOUND". How i solve this problem ?
how can i do QTP Certification can any 1 tell me . How 1 approch and who to approch
Write a QTP script to enter a keyword in to Google search engine?
4. How u will open the build automatically in QTP except using Systemutil.run command
What are the differences between quicktest professional and winrunner?
What are the different scripting languages you could use when working with QTP ?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
User defined function in QTP
How to test background color and dynamic images which are moving during runtime?