setroproperty and getroproperty difference
Answers were Sorted based on User's Feedback
see noor wht u said i.e meaning correct in getroproperty
but what u written the code is wrong.and setroproperty also
wrong.
because there is no(like setroproperty) in QTP
properties in QTP are SetToProprety, GetToProperty,
GetRoProperty.
Regards,
TESTER
| Is This Answer Correct ? | 6 Yes | 0 No |
Gettoproperty is used for getting runtime values of an
application On the other hand Settoproperty is for Seting
the runtime test object properties
For Settoproperty:
Suppose there is one screen named "TESTING" and another
screen named TESTINGPROCESS"
Now by using settopreperty we can do operations
on "TESTINGPROCESS" screen by using "TESTING" screen.
Here no need of TESTINGPROCESS screen properties in Object
Repository
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / gold
Can any body show me the coding with settoproperty and
gettoproperty?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umasankar
Set brwobj=Description.Create
brwobj("micClass").value="Browser"
Set pgobj=Description.Create
pgobj("micclass").value="Page"
msgbox Browser(brwobj).page(pgobj).getroproperty("title")
Set oDesc = Description.Create
oDesc("micclass").Value = "WebEdit"
Set ObjWebElement = Browser(brwobj).Page(pgobj).ChildObjects
(oDesc)
NumberOfObjWebElement = ObjWebElement.Count()
For i = 0 To NumberOfObjWebElement - 1
varWebElement= ObjWebElement(i).getroproperty("value")
Msgbox varWebElement
Next
ObjWebElement(i).set "my Value to set"
ObjWebElement(i).type "my Value to set"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / noor
GetRO Property is used for retrieving the property of an
runtime object
For Example
To get whether button is enabled or not.
Val = Browser("Browser name").Page("Page name").WebButton
("Login").GetROProperty("disabled")
To get whether a checkbox is on or off.
Val = browser("Browser name").Page("Page name").WebCheckBox
("Test").GetROProperty("Value")
SetRo propert for modifying the property of an object
| Is This Answer Correct ? | 3 Yes | 4 No |
how do you configure QTP AND Test director?
What is difference between QC and TD?
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
what are the difference between qtp8.2 to 9.0 surya
How to Analyze the Checpoint results by Table and DB Checkpoints?
Can u explain about QTP framework
Hi, Can any body please tell me how to create framework in qtp & where i can get some material to learn about it. regards, rahulT
How does qtp identify objects in the application?
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
How to Save your test using QTP?