mallikarjunarao
unread,Sep 9, 2010, 7:32:42 AM9/9/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QTP - HP Quick Test Professional - Automated Software Testing
GetToProerty and GetROProerty are geeting property values from OR in
QTP, i get below line from QTP help
'The following example uses the GetTOProperty method to retrieve
the 'RegExpWndClass property from the Object Repository.
now i am using test script using DP, when i am getting text property
of an object it shows empty [IN Flight Application the order is
successfully inserted]
insertValue = Window("text:= Flight
Reservation").WinEdit("attachedText:= Order
No:").GetTOProperty("text")
Is Really get the GetToProperty from Object Repository? How go get the
property values in DP.