seanMRossContributor13 years agoIncomplete keyboard input even though the script worksHi FolksI have the following code: var Number= "0001157" TextboxSearch.Click(76,9); TextboxSearch.Keys("0001157[ENTER]");When I run this code it work but testcomplete reports a warning:Incomplete keyboard input.Does anyone know why it throws the warning even though the script works?ThanksSean
TanyaYatskovskaAlumni13 years ago Hi Sean, Sorry for the late reply. All constants you use in the Keys methods are case-sensitive. So, the correct constant for the Enter key will be Enter. Otherwise, TestComplete doesn't recognize it.
TanyaYatskovskaAlumni13 years ago Hi Sean, Sorry for the late reply. All constants you use in the Keys methods are case-sensitive. So, the correct constant for the Enter key will be Enter. Otherwise, TestComplete doesn't recognize it.
Recent DiscussionsTestExexute sometimes not recognizing objectKeys method sometimes adds period(.) in the middle of textHow to fully automate test complete UI test cases flow
Related ContentJSON Response incompleteTest Execute Summary Report IncompleteIncomplete keyboard input