ContributionsMost RecentMost LikesSolutionsRe: Unable to simulate "tab" key navigation on Oracle forms I don't think there is a problem with the application as it doesn't happen when you run the steps manually. The problem is not in just one form but noticed it on a couple. The problem is that it is intermittent so its quite difficult to replicate. I have a suspicion something gets broken within oracle forms as a tab to the next field triggers some internal validation/navigation of the cursor and the speed of the playback interferes with this process. (just a hunch) Re: Unable to simulate "tab" key navigation on Oracle forms just an update, that this a very intermittent issue. I also notice that the oracle forms application hangs (intermittently) when i put breakpoint after the Keys "[Tab]" operation. Unable to simulate "tab" key navigation on Oracle forms Hi, I am testing a Oracle Forms 11g application using TestComplete 12.10.590.7 The "Keys" operation with the "[Tab]" value does not work on a text field. Its supposed to trigger navigation of the cursor to the next text field. However the applet hangs when this command is run. The tab key triggers validation and failure to execute this action ruins the flow of the test that was recorded. Another intermittent issue is that when a value is set in a text field (using setText operation), it is not recognized by the application and get an error that the field value must be entered. Any ideas on any of the issues mentioned above? The "Tab" key issue is quite critical.