I'm trying to set up my first test on our application which is simply typing in text into a textbox.
When I type it is super slow and not recording all of my characters unless I type super slow.
For example if I type in:
"test"
I might get
"tst"
if I type fast.
What could be causing this choppy behavior? This is a simple log in screen.
When I type it is super slow and not recording all of my characters unless I type super slow.
For example if I type in:
"test"
I might get
"tst"
if I type fast.
What could be causing this choppy behavior? This is a simple log in screen.