Micro Focus QTP (UFT) Forums
Upgraded QTP 11.0 to UFT 11.53, Object Index Properties are varying - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Upgraded QTP 11.0 to UFT 11.53, Object Index Properties are varying (/Thread-Upgraded-QTP-11-0-to-UFT-11-53-Object-Index-Properties-are-varying)



Upgraded QTP 11.0 to UFT 11.53, Object Index Properties are varying - Raghava M - 01-28-2015

Hi All,

Need help on the below issue:

We have automated an Oracle Form based application using QTP 11.0 Version. Recently migrated to UFT 11.53 Version. When checking the compatibility of scripts in UFT 11.53 Version, Earlier we faced an issue where the objects are recognized as “text fields” in QTP 11.0 whereas UFT 11.53 recognizes the same objects as part of a “table”. This issue got fixed by changing the below Parameter values in mercury.properties file present in “ <Unified Functional Testing>\bin\Oracle\classes” path.

Code:
IncludeUnnamedColumns = true
IgnoreOracleTableIfDeveloperNamePropertyDisabled = true

But now we are facing an new issue, only object index properties are changing for some Object’s. In QTP 11.0 the Index Value for textboxes are displaying from 0 to 8 (In Increasing Order), but the same Object in UFT 11.53 the index values are displaying from 8 to 0(In decreasing Order).Hence unable to run the scripts.

Please help me, in getting the above issue resolved.

Details:
Current QTP Version: 11.0
Migrated QTP Version: 11.53
Add-ins : Active X, Java , Oracle and Web

Please let me know, in case you need more information. Thanks in advance.

Regards,
Raghava Mudumba