Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2020.2

...

-DapiPortSystem property that specifies the API port number. Default is 40090.
-DproxyPortStart

System property that specifies the starting port number when scanning for an open port. Default is 40443.

-DproxyPortRange

System property that limits the number of ports scanned after the starting port number (value specified with the proxyPortStart argument). Set to 0 to prevent scanning.

-DproxyAutoConfigURL

System property that specifies the URL of a proxy auto-configuration (PAC) file, e.g.:

-DproxyAutoConfigURL=<protocol>://<host>:<port>  

-DuseSystemProxy

Enables/disables use of the network-level proxy. Default is true.

-DdebugEnables/disables system debugging information. Default is false.
-DenableHTTPCacheControlEnables/disables HTTP cache headers to be passed through the proxy. Default is false. The default mode will actively remove HTTP cache headers.

...

You can configure test creation settings in the tst_creation.properties file. The file is shipped with SOAtest (see Configuring Training the Smart API Test GenerationGenerator) and is deployed to the SOAtest server workspace under the TestAssets folder. All web proxies that connect to the SOAtest server will use the settings configured in this file.

Parasoft Recorder also installs a tst_creation.properties.examples file on the local machine. You can override the settings configured in the tst_creation.properties file in the SOAtest server workspace by renaming the local file to tst_creation.properties and setting the useServerSettings property to false. The local settings file should be stored in the same directory as the com.parasoft.traffic.proxy.jar file so that it can automatically be read during test creation.

Refer to Configuring Training the Smart API Test GenerationGenerator for details about the test creation properties.

...