Answer Posted / vistaraj
i agree to thirumala reddy.
to create runtime property for an object, we have to use
SETTOPROPERTY as following
'Set the Text property for 7 as Server
Window("Calculator").WinButton("7").SetToProperty
("text","Server")
Now check if the object has created runtime property or not
by GETTOPROPERTY
strText=Window("Calculator").Winbutton("7").GetToProperty
("Text")
msgbox "strText"
See that "Server" is displayed
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
How will you find the current time of the remote machine using QTP script?
How many types of recording facility are available in quicktest professional?
i can done the project with QTP in that time i can say how many members in my team size?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
what is output value in QTP and how it can be used in automation testing
Explain about datafile/verification of date file when file is not available in local system?
how to disable the pop ups through QTP using a script
What will be happen if i load object repository at run time, but it has already associated.
How you create new action in qtp?
Why bpt?
How to use the object spy in quicktest professional 8.0 version?
How to handle the exceptions using the recovery scenario manager in qtp?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
explain abt dyanamic changing object with example?