...
Use the -help
command line switch:
Code Block |
---|
dottestcli.exe -help
|
How can I work with dotTEST via proxy?
Typically, if you connect through a proxy server, you need to configure the connection by passing protocol-specific system properties to the JVM – using the -D
command line option.
To work with dotTEST, ensure that the system properties for the HTTPS protocol are configured. At a minimum, you must configure https.proxySet=true
, https.proxyHost=[hostname]
, and https.proxyPort=[port number]
. If your proxy server requires authentication, you can configure your credentials with the https.proxyUser
and https.proxyPassword
properties.
...
Install update for Universal C Runtime in Windows (KB2999226). See https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows for information about the update and installation.
What if unit tests using MSTest V1 framework are not executed?
Upgrade the MSTest packages (MSTest.TestFramework and MSTest.TestAdapter) to V2. See https://docs.microsoft.com/en-us/visualstudio/test/mstest-update-to-mstestv2 for information about the upgrade.
What if a file cannot be tested because its name is inconsistent between the source control and the testing input?
...
What if some characters fail to be properly displayed in dotTEST reports?
Reports generated by Parasoft products require a sans-serif font to be available in your environment. If your report fails to correctly display some characters, such as national characters, ensure that a sans-serif font is installed on your system.
Working in the IDE
Why is dotTEST unable to find build artifacts in Visual Studio 2017 when Lightweight Solution Load is enabled?
...