Answer Posted / raju
when ever u want to capture the object value on that time
we can use GetROproperty.
RO Property means: Run time Objective propertys
means what are the objective properties that all are know
as RO properties.
for ex we can capture the value in result
window("calc").vbedit("A").set "10"
window("Calc").vbedit("B").set "20"
window("Calc").vbbutton("Add").click
c=window("Calc").vbedit("result").getROproperty("text")
i think this is working properly
if u have any quarries please call me 9823257761
raju.ippali@gmail.com
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Sql questions to find second max salary and how to use joins
What is test object model in quicktest professional?
What is the difference in testing a client-server application and a web application?
What is recovery scenario manager? When you go for recovery scenario manager?
What is keyword driven framework?
What is ‘object spy’ and what is the function of object spy in qtp?
What is regular expression?
If you are testing a web application then what will you test in that application?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How is test case write?
Explain advantages and disadvantages of ddf?
How to analyzing test results using quicktest professional (qtp)?