what is the use of VIRTUAL OBJECTS? explain ?
Answer Posted / thangaraj
Ans: 2 Ways you can check Object is recognized or not
1. Using Obejct Repository window Add the object and check
the propery value of it. 2. Using Object spy - spy the
object and check the property value. Values would be
specific to Objects
Example: 1. Open QTP and then Paint window, 2. Record the
object colors like red and yellow and do some actions it
will look like:
Window("Paint").WinObject("Afx:1000000:8").Click 106,277
then Using Virtual Object - Mark the red and give
description of the object as red 3. Now record the same
object and do some actions it will look like:
Window("Paint").WinObject("Colors").VirtualObject
("red").Click 5,5
I think this solves the problem....
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Discuss quicktest professional (qtp) environment?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What is the difference between keyword view and expert view?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
Explain about Test Fusion Report of QTP?
How are actions and functions different in QTP?
Explain the concept of object repository and how qtp recognises objects?
How many add-ins comes by default with quicktest professional?
hou can we use vb script in qtp could u tell me breafly
explain structured testing? plz guys with exp. do answer
What is qtp window?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is test object model in quicktest professional (qtp)?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Explain building blocks of the bpt framework ?