01-28-2015, 06:02 PM
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.
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
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