Forum Discussion
Hi John,
I've looked through the code you posted, and I have the following suggestions:
1. Try launching TestComplete as an administrator and then run your application directly from TestComplete. For this purpose, you need to add your application to the TestedApps collection first.
2. Make sure that the Delphi and C++Builder Open Applications Support plug-in is installed and enabled in TestComplete. For more information on installing plug-ins, see the Installing Extensions help topic.
3. Try using another method instead of Keys. This method may slow down the performance. I recommend that you enter the text to the controls with some other methods or properties (SetText, Text, wText or in a different way depending on the control's defined methods and properties of your application ).
4. Please refer to the Automated Test Performance Tips article to obtain more suggestions on how to improve the test performance.
Does this help?
Related Content
Recent Discussions
- 4 hours ago