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 |
we have 10 actions in out test how can we convert 9th action is main action ? how ?
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
How many function you use in your application?
What are the Test design techniques you uses in ur project?
pls help me with scripting,right from the beginning in QTP
How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode in QTP?
What does Reporter.Reortevent2 does?
What are main panes available in qtp test browser?
what is defination of intergration testing?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)