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 do I get the QTP scripts result in xml format by using vb script function?
How many scripts did you have?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What is optional step in qtp? How you can add optional step in qtp?
how do i know how to use tools
What is action split and the purpose of using this in qtp?
Discuss quicktest professional (qtp) environment?
How to find array size in qtp?
What is the purpose of loading qtp add-ins?
Give the syntax to load function at run time.
How do Parameterization and Data-Driving relate to each other in QTP?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How do you know the location Id of an object if you know its index id?
How to Test the mainframe application?