Forum Discussion

p_bremm11's avatar
p_bremm11
Contributor
10 years ago

Disable Code Syntax

When I run my test (pressing F5) takes about 5 minutes to start because the TestComplete verifies the syntax of my project. How can I turn off syntax checking?
  • Ryan_Moran's avatar
    10 years ago

    I was unable to find a way to disable this, but I imagine it's necessary for TestComplete to function properly.

    I would suggest checking out Data-Driven Testing for improving your test performance (if you haven't already).

    Instead of storing all of your scripts and data in numerous routines and scripts you could have a smaller collection of scripts to drive your automated tests.

  • Ryan_Moran's avatar
    Ryan_Moran
    10 years ago

    It might make a difference, but my guess is the bottleneck is at the CPU.

    Depending on how TestComplete is parsing the script it might make no difference at all....it's hard to say.

     

    If you plan to keep building on these scripts you will only see longer and longer start times so I would suggest researching a different method of automation like I previously suggested.