![]() |
|
Testing Tab Sequence in QTP - 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: Testing Tab Sequence in QTP (/Thread-Testing-Tab-Sequence-in-QTP) |
Testing Tab Sequence in QTP - sriqa - 12-09-2009 I am trying to test a tab'bing sequence on a web application, QTP currently does not recognize my tab key strokes. Can anyone advise if there is any settings that i need to work with, to make QTP recognize my tab key strokes. ( PS: I am using QTP 10.0) Secondly, i also need a sugesstion on the best way to test this form, a fix is deployed by the developers to fix the sequencial order of the tabbing sequence on the form; i was thinking, after recording the tabbing sequence, I will put checkpoints for each of the obect on the form and test the 'focus' property on it .. If you think, there is a better way of doing this, please advise RE: Testing Tab Sequence in QTP - Saket - 12-10-2009 Have you tried searching this forum? I remember this has been discussed recently in a thread. RE: Testing Tab Sequence in QTP - ppero16 - 12-10-2009 Try this: Code: Window("Window").Type micTab |