Forum Discussion

kirk_bottomley's avatar
kirk_bottomley
Contributor
11 years ago
Solved

TestExecute vs TestComplete Execution Speed

In our environment, I write the automations on one system, then we use our TE licenses to execute them on other machines (or I run it in TC on the machine they were written on). We are just now starti...
  • mtsmith's avatar
    10 years ago
    Kirk,



    This is a long shot. Our distributed tests have been running slowly on the VM's. Performance metrics did not show much activity of interest and the symptoms were pretty much those of an I/O bottleneck. Monitoring TestComplete10 with Sysinternals Process Monitor showed a large number of calls back to the developer machine. Doing a DOS findstr on the workstation name in project files showed that the VM's were querying the developer station for performance metrics. Removing the metrics got rid of the problem.



    Of course, the VM's are still slow compared to workstation, but performance is much better in general.