Can we use Virtual Objects in Discriptive Programming?
Answer Posted / 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 |
Post New Answer View All Answers
What is the file extension of the code file and object repository file in QTP?
What is synchronization? What are the ways you can synchronize?
What is the new version of qtp which is recently released in the market?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
How to check which add-ins are associated with a test in qtp?
What is a quick test professional?
Diff b/w Health care domain and Banking Domain?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Explain the use of action split in qtp?
how did u use automating testing tools in ur job?
Explain how Selenium is different from UFT?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What are the views available in quicktest professional?