setup: ie, html page reproduce: 1. start recording, 2. visit url, for example paypal.com 3. us a login form, 4. type <username> <TAB> <password> after stopping the recording and trying to replay the following happens: the first half of the username gets typed into the username field, then the second half of the username gets inserted into the password field, then the password entered in the password field overrides the second half of the username in the password field and it won't work because the username was not correctly entered. I think that the recoding for key events is not synchronized correctly. Test Studio is not able to recorde fast typing and <TAB> events correctly.