which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?
We can add screenshots in your failed results through reporter.reportevent utility object.
Reporter.reportevent micdone, "results","http://file_path.bmp"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is environment variable in qtp and why to use it?
How does qtp identify objects in the application?
Why a framework is needed?? Plaese post your answers ASAP
what is option explicit? what is the use of it?
what are the attributes of QTP?
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???
How many types of parameters are there in QTP and what are they?
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
How i can test the background color of the records displayed in a Table. Eg i have a .net desktop application and there is a Table(swftable) with records displayed in the grids. i have to validate whether the 1st record is displayed in white background color and 2nd record in light blue background color...But the constraints is that once user click on the first record...the background color changes to grey.......Plze let me now how to validate this with QTP 9.2.
How to verify the Cursor focus of a certain field?
I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?