Forum Discussion

bmarcantel's avatar
bmarcantel
New Contributor
5 years ago
Solved

Consistency running test suites in Test Complete vs. Test Execute

Greetings,  I am curious if anyone has noticed differences in test consistency between Test Complete and Test Execute. Currently our organization's work flow consists of creating groups of keyword ...
  • tristaanogre's avatar
    5 years ago

    Not on this end....at least not in major ways.

    One thing to keep in mind has to do with execution speed.  I have noticed that automations run on TestComplete run a little slower... there's an overhead of the debugger, the IDE, etc.. TestExecute is lighterweight and so tests run faster.  We have noticed inconsistency ONLY with regards to timing issues... automation runs faster on TestExecute so we need to be more dligent and consistent with proper coding for these timings... use of "Wait", "WaitChild", etc.  That's the advice I give you.