I noticed that recording test on table element has changed from
into
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 ?
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 ?