Whenever we use GETROPROPERTY function.
Answers were Sorted based on User's Feedback
when ever u want to capture the object value on that time
we can use GetROproperty.
RO Property means: Run time Objective propertys
means what are the objective properties that all are know
as RO properties.
for ex we can capture the value in result
window("calc").vbedit("A").set "10"
window("Calc").vbedit("B").set "20"
window("Calc").vbbutton("Add").click
c=window("Calc").vbedit("result").getROproperty("text")
i think this is working properly
if u have any quarries please call me 9823257761
raju.ippali@gmail.com
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sai krishna reddy.k
You can use the GetROProperty to retrieve the current
property value of objects in your application during the
test run.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / nani4urs
Returns the current value of the test object property from
the object in the application
eg: wn u want to know the value of an object in run time
then we can use the getroproperty.
syntax: getroproperty(browser("nani").page("nani").object
("objectname","value"))
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / sivareddy
"GETROPROPERTY" capture the properties of the object at
the script running postion
Syntax:getroproperty(browser("Siva").page("Siva").object
("objectname","value"))
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rajaputra
It is used to get the Runtime object property.
By using this we can do Access control testing.
By using this we can know whether the object is
enable/disable OR editable/non-editable
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / softwaretester4u
if window("edit box").Getroproperty("Enabled") Then
perform operations
end if
Getroproperty retrives the values edit box ebaled or not
i think u got some answer if u required more subscribe
testingguru yahoo groups ask ur questions ,panel will
answer ur question
| Is This Answer Correct ? | 5 Yes | 4 No |
GetROProperty is a methods by which user can the runtime value of a particular object while doing test Run.
ex: if user wanted to get value present in a text box.
strTxtValue= Browser("").page("").webEdit("").GetROProperty("value")
| Is This Answer Correct ? | 0 Yes | 0 No |
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
How we know the qtp has used the smart identification process for identification of the object.
Java add-in is need to work on java oriented project ?
What is quick test pro? What is a quick test professional?
What is keyword view in qtp?
Hai Guys, can anybody show me how to write automaed test cases using VB scprit(examples)...i had an interviw soon...please guyz send as quickly as possible
What is the XML file architecture ?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
in flight reservation application. when i entered flyto combobox as london. and i have to check this london is present in flyfrom combobox.give me the code with good explanation. extention to this question. at each iteration i have to put(WRITE) the fly from and fly to city in database table
difference between do while and do until ?
How do client side image and server side image work?
How u call functions in QTP Function to calculate the length of characters in a word -