Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the -help command line switch:

Code Block
jtestcli.exe -help

Anchor
JtestProxy
JtestProxy

...

Code Block
languagetext
java -Dhttps.proxySet=true 
-Dhttps.proxyHost=myserver.example.com 
-Dhttps.proxyPort=8080 
-Dhttps.proxyUser=user1 
-Dhttps.proxyPassword=MyPassword

In addition, you can configure the https.nonProxyHosts property to specify hosts where connection via proxy is not required.


If you use Jtest on a desktop with Eclipse or IntelliJ IDEA, Jtest automatically detects and uses the proxy settings specified in Eclipse or IntelliJ IDEA. No additional configuration is required.

...

To correctly process and analyze a file,  Jtest must Jtest must be able to match the file name you provided in the testing scope (that is, the file name in your project) with the file name in the source control system. For this reason, if you are using a case-sensitive source control system, such a Git, you need to ensure that the file name capitalization is identical.

...

Add the following option to the cpptestcc command line:

...

Reports


What if some characters fail to be properly displayed in Jtest 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 does test execution fail when the path to UTA files exceeds 250 characters?

...