-
TestComplete does not compile tests into standalone executables. Tests are run by TestComplete. To run tests on computers where TestComplete is not installed, you can use TestExecute, which is a light-weight test runner.
-
TestComplete turns off the Caps Lock key at the beginning of test recording and playback to make sure text input is recorded and simulated correctly.
-
Tests cannot be run on locked computers. For a workaround, see Running Tests on Locked Computers.
-
If you run TestComplete using the /SilentMode command-line argument or via COM, TestComplete works in silent mode. In other words, it does not display any message boxes, such as licensing messages, project saving confirmation, and so on.
In silent mode, TestComplete automatically closes its message boxes using their default button. The information about automatically closed messages is saved to the following file:
C:\Users\<UserName>\AppData\Roaming\SmartBear\TestComplete\14.0\Silent.log
Note: The Silent.log file must not be read-only or locked by another application. Regular test errors are posted to the test log.
-
Manual tests cannot be run in silent mode.
See Also
Running Tests
Running, Rerunning, Pausing, and Stopping Automated Tests
Specifics of Using TestComplete on Various Windows Operating Systems