Explain script generated at the time of setting runtime
property?
Answer / srinivas
using "settoproperty" we can set the object property at run
time.
example script:
window("fr").winedit("txt").settoproperty "text","anytext"
any mistakes , pls let me know
srinivas
simplysinu@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
what is spy, and how can u use?
how do u handle an object without name using QTP 9.2?
What is driver script and driver script in qtp frame work????
Does quicktest professional is unicode compatible?
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
Why we load add-ins in qtp?
what are the 5 types of objects in qtp
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
How you can find the absolute value of the number in qtp?
Use of Debug Viewer?