Micro Focus QTP (UFT) Forums
Migrating from QTP9.5 to QTP11 : OracleTable problem - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Migrating from QTP9.5 to QTP11 : OracleTable problem (/Thread-Migrating-from-QTP9-5-to-QTP11-OracleTable-problem)



Migrating from QTP9.5 to QTP11 : OracleTable problem - madsenfr - 04-19-2012

I noticed that recording test on table element has changed from

Code:
OracleFormWindow("foo").OracleTabbedRegion("foo").OracleTextField("myColumn")

into

Code:
OracleFormWindow("foo").OracleTabbedRegion("foo").OracleTable("Table").SetFocus 1,"myColumn"

The first line doesn't work anymore in QTP11, but even the second line with OracleTable doesn't run, and there is no timeout displaying an error message !

Does anyone have experimented such problem ?