Shell
unread,Feb 1, 2011, 3:11:57 PM2/1/11Sign 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
Hi,
I am working on a Mainframe application and trying the descriptive
programming on it. For some reason, it is not working. Here is what I
am trying
When I add the field to the repository with only the attached text
property, it is working fine however when I am trying to use the
descriptive programming it is not working. I am getting the error
"cannot identify the object"
TeWindow("TeWindow").TeScreen("TeScreen").TeField("TransRef(protected)").GetROProperty("text")
TeWindow("TeWindow").TeScreen("TeScreen").TeField("attached
text:=TransRef(protected)").GetROProperty("text")
Thanks
Shell