05-03-2012, 08:39 PM
I am using QTP with a Terminal Emulator. I use the Navigate and Learn function within the Object Repository Manager to build my test objects for a given screen. Works great except for the field I need. There is a 2 character protected field I want to read, lets say it's AB. When the test object is built, instead of a field name, is shows AB(protected). It has the correct row and column, but I can't use that field in my scripts. When I change the record, it has a different value in it. I tried to create on with a specifice name and the row/column, but it says it can't find it on the application. How can I identify the object to use in a script? Thansk.