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
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
How can I change object description or check point values in qtp?
What is text/text area checkpoint?
how to post xml data from QTP scripts to any application?
Explain about datafile/verification of date file when file is not available in local system?
Can you write a script to check if the folder exists or not?
What are advantages of test automation?
Define Environment Variable in UFT and its uses?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Is the qtp course will help to create a virtual object?
How many types of actions are there in quicktest professional?
Which environments does qtp support?
How to use the object spy in quicktest professional (qtp) 8.0 version?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What phases are involved in testing an application in qtp?