How to retrieve the property of an object in QTP?
Answers were Sorted based on User's Feedback
Answer / ravichadnranath
using Getroproperty("text") we will find out the what ever
object properties u want other wise by using object spy
also we will get object properties
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / kiran.b
gettoproperty("text")
=to get the property from the qtp , which it is using at
run time.
or
getroproperty("text")
=to get the property from the application , which itis at
the run time.
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / prathyusha
To get the property value of run time object we can go for GETROPROPERT..Runtime object means object which is there in application.
To get the property value of test object we can go for GETTOPROPERTY.Test object means the object which is there in repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Is it possible to change the extension of Shared object repository?
Which object model ur used in ur project
hou can we use vb script in qtp could u tell me breafly
What is test object?
what is mean by soi in object identification
What are software testing metrics
how many wayes we do the parameterization?
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
Can anybody post some real time scenario in qtp? please its very urgent.
How to run a test using quicktest professional?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”