what is run-time object property in Object spy in QTP9?
Answers were Sorted based on User's Feedback
Answer / sivareddy
The properties of the object should be added at the runrime
postion only.
test object propert means : The properties of the object
are added whenever you are record the script.
in objecct spy Two types properties are there
1)Run time object property 2) Test object property
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ravi kumar
object spy displays 2 types of properties for selected object
1) Test object property
2) Run time object property
Object spy displays Run time object properties of the
selected object in Spy window
Test object property are available during script edit mode
Run time object properties are available during run session.
you can access the those properties and run time and work
with them
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / param
Run time Object Property: Property of an object at run time.
run means while execution. Property of a run time object
might change depending upon the action in run time.
ex: Text property of a winedit object will change when we
give some data input(ex- username and password).
GetROProperty is the method which is used to get the run
time object property.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is checkpoints for quicktest professional?
will QTP 9.2 run successfully on Linux(gui) operating system
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
What is the difference between byref and byval in qtp?
User defined function in QTP
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
what are the main differences between keyword driven frame work and data driven frame work?
After running scripts how you report results ,there is any specific report form
How to make arguments optional in a function?