Can we use Virtual Objects in Discriptive Programming?
Answers were Sorted based on User's Feedback
Answer / uday
Yes, we can define virtual objects using Descriptive
Programming.
You should use x, y, width and height properties to define
virtual objects.
The script will look like below:
window("Paint").WinObject("NetUIHWND").virtualobject("x:=256","y:=66","width:=22","height:=20").Click
13,11
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / king
Can u plz provide code how to use Virtual Objects in DP.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / vaaniraj
yes, we can add the virtual objects in descriptive program.
once making the virtual objects to qtp objects , we can use
descriptive programming for that object
| Is This Answer Correct ? | 1 Yes | 2 No |
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
How to remove the associated function library?
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
what are the different kinds of frameworks in automation?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
What is the concept of firewalls?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
How can you pass value one action to another action?
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?