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.

...

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?

...