Hi. plz expalin abouit SetToProperty, SetRoProperty,
GetToProperty, GetRoProperty,GetToPrperties. with examples.
Answers were Sorted based on User's Feedback
Answer / kamesh
As per my Knowledge ....There is no SetORProperty in QTP
SetToProperty: This is used for set the values to any
property of object at run time. This is not effected to
Runtime datatable.
GetTOProperty: This is used to get property values which is
set the value to the object using SetTOPropery at run time
GetORProperty: This is used to get the any property values
of any object in run time
Plz let me know if I wrong..
jnkrao@yahoo.co.in
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / raghavender
SetToProperty
It is used to set a vlaue to the property of an object
which is there in the Repository.
eg: browser("").page().webbutton("").setTOProperty
property,value
GetROProperty
This property is used to get the run time proerty of an
object.
eg: strval = Browser("").page("").webbutton
("").getROproperty("name")
GetToProperty:
This property is used to get the particular property value
of an object which is present in the repository.
Eg:strval = Browser("").page("").webButton("").getTOproperty
("name")
SetROProperty is not existing in QTP.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / surya
Yes !st answer is wrong ....In QTP we hav only
GetToProperty
SetToProperty
GetRoProperty
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / prathyusha
We don't have any SetRoProperty in QTP
We do have only SetTOProperty,GetRoProperty,GetToProperty,GetToProperties.
SetToProperty-- is used to update the property value of a test object but that updation will be only temporary.
B().P().WebButton().SetToPropery "Name","OK"
GetRoProperty-- Is used to get the property value of RuntimeObject
msgbox B().P().WebElement().GetRoPropery("inner text")
GetToPropery-- To get the property value of test object
B().P().WebEdit().GetToProperty("value")
GetToProperties-- To get the property values of all test object.It returns the collection
set allprops=B().P().webedit().GetToProperties
msgbox allprops.count
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umasankar
Objects in QTP are of two types.
1) Test Objects (Objects resided in Object repository, not
the exact replica of the objects resided in your
appliation. Qtp is having its own pre-defined set of
classes to identify the object(s), using the QTP classes an
object is added to repository)
2) Runtime objects (these are the exact replica of the
objects resided in your application).
GetRoProperty ---- This method is used to retrieve the
value of a runtime object (may get change during runtime)
GetToProperty ---- This method is used to retrieve the
value of test object resided inobject repository (wont
change).
SetToProperty --- This method is used to set/change the
value of the object resided in object repository (change in
the property won't reflect change(s) in the property of
runtime object)
SetRoProperty --- Not advisible to use. change in the
property of actual object may lead(s) to wrong unnecessary
results.
| Is This Answer Correct ? | 0 Yes | 1 No |
SetToProperty - Sets the value of the property from the
output file(Ex:Excel) in your respestive text box for
current applciation.
SetRoProperty - Sets the values of the property at Runtime.
GetRoProperty - Retrives the value from the applciation and
it will store in your local sheet.
GetToProperty - Retrives the value of the runtime data of
text.
| Is This Answer Correct ? | 1 Yes | 14 No |
Explain advantages and disadvantages kdf?
1) How will you associate SOR in Runtime? ( u had written 10 lines of code from 11th line u want associate what code u will write) 2) How will close n number of browser expect only one which is has to test? ( First tell me how will you identify how many browser are opened ) what logic u will use? 3) In web Table u want to click on link ( Link Name Mohamed ) you dont know in which row and column that link is there. how wil u identify and click on that link.
How can we redirect QTP results in to a excel sheet after the execution
what are the disadvantages of descriptiveprograming
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?
i have string "I LIKE INDIA"..how to i get LIKE from the sting..
Tell me Three major differences between QTP & Winrunner?
In where you are keeping or maintaining shared object repository (file)in your appliction?
What are the disadvantages of Recovery Scenarios in QTP ?
Why to use descriptive programming?
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
What are associated files in QTP?