In this section:
Running the installation executable launches a graphical interface that simplifies installing or updating dotTEST. Using this method ensures that all prerequisites are installed and that permissions are elevated to work with User Access Control. Running the installer executable also allows you to use the Windows Control Panel to uninstall dotTEST.
Installing dotTEST from the Zip package (for example, a customized version of the product which contains a modified set of built-in test configurations) requires manual installation of additional components that ship with dotTEST.
dottest
directory ([INSTALL_DIR]
) that contains all dotTEST files will be created.• .NET Framework 4.7.2
• VC++ Redistributable Packages x64 and x86
If you extract the installation package with the built-in Windows unzip utility, ensure the 'Unblock' option is enabled in the properties of the .zip file to prevent Windows from blocking access to the contents of the package. |
Extracting the Zip package to multiple locations allows you to install multiple dotTEST instances on a single machine.
Using dotTEST from a Local System account may impact some functionalities, such as integration with MSTest and collecting coverage information for applications or NUnit tests. To ensure that dotTEST functions as expected, you may need to manually run Parasoft.Dottest.Profiling.Reg.exe located in <INSTALL_DIR>\bin\dottest\dotnet. Add the -ForAllUsers switch to the executable:
Ensure you have admin credentials before you run the executable. |
dotTEST ships with several examples to help you become familiar with its functionalities. You can deploy the examples during installation or on demand after the installation has been completed.
After the examples are deployed, the examples directory opens so that you can browse the content. Examples are organized into directories for all supported versions of Visual Studio. Each directory contains subdirectories that cover various functionalities. Follow the instructions in the ReadMe file in each directory for tutorials on using dotTEST. We recommend that you start with the 010_Basics examples.
The examples point to the instance of dotTEST from which they were deployed. This allows you to run the examples with minimal configuration effort. The license, however, must be configured to start using the examples. See Setting the License.
Run the following command to deploy the examples shipped with dotTEST:
[INSTALL_DIR]\deploy_examples.exe |
Follow the steps described in Deploying Examples During the Wizard Installation.
Some files contain absolute paths to where they were deployed, so moving the example files will cause them to fail. Redeploy the examples to a new location instead of moving them if necessary. |