explain virtual object? in detailed? pls any one explain me?
Answer Posted / br
your application may contain objects that behave like standard object but are not recognized by QTP. You can define these objects as Virtual objects and map them to standard classes such as button or a check box. QTP emulates the user's action on the virtual object during run session.
Eg: Suppose you want to record on a web page containing a bitmap that the user clicks. The Bitmap contains several different hyperlink areas and each area opens a different destination page. When you record a test, the web site matches the coordinates of the click on the bitmap and opens the destination page.
When you run a test, QTP clicks the bitmap in the area defined as a virtual object so that the web site opens the correct destination page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to create runtime property for an object?
What is synchronization point in QTP?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
What is quick test pro?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
how can we compare descriptive programing with a regular expression
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
How can you pass value one action to another action?
What are the general steps involved in the data driven framework?
How do we analyze the checkpoint results?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
How to data driven test for Win objects in QTP ?