In the Unit Testing Options dialog, you specify the paths to the executables that will run unit and Selenium tests in your project.
To call the Unit Testing Options dialog, right-click the TestExecute icon () in the notification area (tray), select Options from the ensuing context menu and then select Engines | Unit Testing from the tree displayed on the left side of the resulting Options dialog.
You can change the following options --
-
Path to Java VM - The path to the Java Virtual Machine executable (java.exe) that will run JTest and TestNG tests.
-
Path to MSTest - The path to the MSTest executable (MSTest.exe) that will run MSTest unit tests.
-
Path to NUnit - The path to the NUnit executable (nunit-console.exe) that will run NUnit tests.
-
Path to PHPUnit runner - The path to the PHPUnit.cmd batch file that will run PHPUnit tests.
-
Path to Python - The path to the Python executable (python.exe) that will run PyUnit tests.
-
Path to Ruby - The path to the Ruby executable (ruby.exe) that will run Ruby unit tests.
Note: | If the path to the needed executable is not specified, TestExecute will use the path stored by the PATH environment variable. |