Forum Discussion
joseph_michaud
Staff
11 years agoTestComplete is probably using SetText() to simulate the text input. Modify the test to use Keys() instead of SetText().
See this article for a better description of the issue:
http://support.smartbear.com/viewarticle/62857/ "Differences Between Simulated User Actions and Real User Actions"
- sriguda11 years agoFrequent Contributor
Thank you I will try that.