setroproperty and getroproperty difference
Answer Posted / 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 |
Post New Answer View All Answers
Can we record using all the modes in a single script? Explanation with example is appreciated
How does quicktest professional identifies the object in the application?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
What is RTM (require ment tracebulity marix) fromate?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
How to associate shared object repository to test in qtp?
how to post xml data from QTP scripts to any application?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Can we run test with out adding object in object repository? How it is possible?
diff between qtp versions from 8.5
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
How many ways we can parameterize data in quicktest professional?
Your roles and responsibilities and daily tasks? (As automation tester)
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Is it possible to switch between recording modes during a test creation?