frankl
14 years agoOccasional Contributor
Keys method painfully slow in TC 8.6 on IE8
Greetings,
With TC 8.5 and lower, TestObj.Keys() worked just fine, running as I'd expect. When I installed TC 8.6, it immediately became painfully slow - about 1.5 seconds per character. I've implemented all of the Automated Test Performance Tips I could and use SetText() when possible, but there are times only Keys() has the desired behavior. This has happened on several test machines, so it is not particular to one machine. The environment is:
I also tried TestObj.Click() followed by Sys.Keys(), but that made no difference. Is there any way to speed this up other than reverting to 8.5?
Thanks!
Frank
With TC 8.5 and lower, TestObj.Keys() worked just fine, running as I'd expect. When I installed TC 8.6, it immediately became painfully slow - about 1.5 seconds per character. I've implemented all of the Automated Test Performance Tips I could and use SetText() when possible, but there are times only Keys() has the desired behavior. This has happened on several test machines, so it is not particular to one machine. The environment is:
Windows XP, 32-bit, Service Pack 3
Internet Explorer 8.0.6001.18702
TestComplete 8.60.665.7
JScript project, Tree object model, ANSI encoding, Make Page object a child of the browser process
No other browser support required
I also tried TestObj.Click() followed by Sys.Keys(), but that made no difference. Is there any way to speed this up other than reverting to 8.5?
Thanks!
Frank