Forum Discussion

carreras's avatar
carreras
New Contributor
12 years ago

TestComplete too slow playing back

TestComplete is too slow playing back-  What can I do to speed it up?

2 Replies

  • mohit_testcompl's avatar
    mohit_testcompl
    Occasional Contributor
    You can try to close all other applications and restart testcomplete. Before that restart the system that will be more useful.
  • Not sure of what your test set is like, but here are some things you might try. Pretty much all are conditional on your circumstance.


    • Convert keyword tests to scripts.

    • Manually code scripts instead of working from recordings.

    • Use the Name Mapping to identify objects instead of Find().

    • Use WaitAliasChild() instead of FindChild() when possible.

    • Map objects with additional unique properties so that there are fewer ambiguous recognitions

    • Reduce the Auto-Wait Timeout

    • Remove superfluous visualizer screenshots