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 |
What are the properties you would use for identifying a browser and page when using descriptive programming?
How can you send user defined messages to test report?
1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
How do you start automating/ writing your QTP scripts ?
If you have given 1000 manual test scripts, what test you will do? and how?
Wher to use DATA TABLE METHODS in Qtp?What is the use of it?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
Is it possible to change the extension of Shared object repository?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
What is User defined function in QTP