Starting AUTs with specific working directory

Last edited on

Synopsis

To let Squish start an AUT with a specific working directory, one can use the AUT Working Directory test suite settings.

However, it can be required to determine the desired working directory at test case/script runtime, then this settings would not be useful. A simple alternative is to launch the application through a shell script/batch file, which first sets the working directory as needed.

Windows