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 SQL injection?
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error
What is the another extention name of library file.If that is exist than what's the differnce between them.
How to record application running on the Virtual machine?
what could go wrong with test automation?
what is output parameters in qtp?explain? 2)
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
How can we change the .mtr file to .tsr file and vice-versa
Write the Test Cases for ATM(Any Time Money)
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
how can i replace any text from the qtp script with some anothere text
hi i have one issue while automating the script using QTP i want scrool down .i cannot do even using scrool down methqad is not working .the object will take WebElement plz is there any code help me