Forum Discussion

nish_b's avatar
nish_b
Contributor
5 years ago
Solved

TestComplete: A way to make TestComplete Automation Scripts run in background

Hi All,   I am automating tests using JavaScripts. I understand that these are UI tests and need the browser to be up while tests are running to avoid any errors during the execution of the script....
  • tristaanogre's avatar
    5 years ago

    Unfortunately, even moving to another monitor is not a solution.  It's not the monitor that is the "control", it's the windows keyboard and mouse interrupts.  So, moving your mouse or typing on your keyboard will interrupt your automation.

    What most people do is have a SEPARATE environment for test execution than you do for test development.  Virtual machines are good for that, using the TestExecute application to launch your test there.