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 Test the mainframe application?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How does qtp identify the object in the application?
images are dynamically changes how to compare two images with out using the bitmap
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
The hybrid framework can be implemented for any application. Is it true?
What are the recording modes in wave event?
How to use setroproperty?
What are the challenges you faced during you entire life automation ?
What is the difference between the keyword view and expert view?
Tell me one scenario, the complex functionality you have automated in your project?
What are the common defects found in your project? (in qtp interview)
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
how can we preform retesting(DATA driven test) using function please gine the code for loginpage