...
Run the parasoft_soatest_smart_api_test_generator_<version>_win32.exe file for installation on Windows or the parasoft_soatest_smart_api_test_generator_<version>_macos.dmgfor Mac OS. Follow the wizard to complete the installation. See Manual Installation if you are on Mac OS or if experience issues using the installer.
...
disableDiffCreation | Enables/disables diff creation. See Diff for additional information. Default is |
---|---|
disableDataBankCreation | Enables/disables data bank creation. See Data Exchange Tools for additional information. Default is |
disableEnvironmentCreation | Enables/disables the creation of an environment and environment variables. Default is false . |
includeContentTypes | Defines a comma-separated list of content types to include during traffic processing. Default is application/json . |
excludeContentTypes | Defines a comma-separated list of content types to exclude during traffic processing. Default is empty. |
disableDiffParameterization | Enables/disabled diff parameterization. Parameterization enables you to use data banked values in the diff. If diff parameterization is disabled (setting this property to true ), only static values will be available. Default is false . |
diffToolIgnoreNames.<number> | Defines a regex matching element names that should be ignored when creating a diffs. Default is You can specify additional name patterns by adding properties and appending them with For example:
|
diffToolIgnoreValues.<number> | Defines a regex matching values that should be ignored when creating diffs. Default is to ignore timestamps:
You can specify additional value patterns by adding properties and appending them with For example:
|
...