Tuesday, December 28, 2010

How to Capture text in QTP

We can use GetROProperty method to retrive runtime values inside an
object.


IF your application is web based..
runtimeValue=Browser("X").Page("X").WebEdit("x").GetROProptery("name of the
property which value you want to retrive").. if you retrieve "innertext" property it will be fine
for that use GUI spy..

Please let me know if any question/suggestion.......

No comments:

Post a Comment