Forum Discussion
Colin_McCrae
10 years agoCommunity Hero
Something isn't right?
I just tried this using: http://secure.smartbearsoftware.com/samples/testcomplete11/WebOrders/Login.aspx
... and [Tab] sent using the "Keys" method took me from the Username field into the Password field without any issues?
I tried it both using "Keys" to enter a value into the Username field, but I also did it by setting the "Value" property directly (Which I wouldn't recommend. A user can't do this, they can only key values into the field. I use "Keys" for input 99.9% of the time as it's the most realistic user simulation.). Using "Value" it also worked fine.
So I'm not sure what's going on with yours?
soccerjo
10 years agoOccasional Contributor
Agreed, I use Sys.Keys("keys here") in my web testing. Give it a try and let us know how it goes!