MW_Didata
2 months agoRegular Contributor
Backticks in textboxes using the Keys command
Related to ticket from 2 years ago:
testcomplete-questions/testexecute-enters-in-textbox/247032
Somehow, during the test run when using Keys, sometimes a ` (backtick) is entered into the field.
Over the last week, it happened twice at different times and in different projects.
Since the last 2 years, I have rewritten my tests from VB keyword tests to JS scripts, and this still happens. I can't reproduce it since it is intermittent.
Here are 2 examples:
- When using textbox.Keys("[Enter]");
It entered: `[Enter] - When using textbox.Keys("1000055[Enter]");
It entered: '1000055[Enter]
I'm just hoping someone somewhere has seen this issue before. I really can't figure out how or why TC does this.
I'm runnning the tests via batch Sessioncreator with TaskScheduler