Setting | Value | |
---|---|---|
record.storage.location
Directory where IwTestAgent initially stores recorded test data.
Relative paths are relative to the IntegrationServers working directory.
Default value: 'pipeline'.
Note: if the directory is relative, then IwTest will create it if it doesn't exist. If the path is absolute, then please make sure it exists. |
|
|
record.services.use.service.signature
If set to 'true' then only the defined inputs and outputs of a service that
you're recording are saved. This is the default. If set to 'false' the
complete pipeline is saved. Do this only if the service relies
on undefined input or returns essential, but undefined output. If you can, have the
service signatures or the implementation changed.
|
|
|
record.stubs.use.service.signature
If set to 'true' then only the defined inputs and outputs of a service that
you're recording for stubbing are saved. This is the default. If set to 'false' the
complete pipeline is saved. Do this only if the stubbed service relies
on undefined input or returns essential, but undefined output. If you can, have the
service signatures or the implementation changed.
|
|
|
record.sample.interval.ms
Minimum interval between two recordings of the same service. This prevents
a quick fill-up of disk space in a high volume environment. Default: 2000 ms.
|
|
|
generate.test.package.suffix
Controls the name of the target package when generating a test suite flow service
based on recorded data. Default: '_Test'.
If you leave this value empty, then the generated test flow service will be created
in the same package.
|
|
|
generate.test.suite.service.infix
Controls the name of the generated test suite flow service. This infix
will be appended to the root folder of the full service name. Default: '_test'.
In order to avoid naming conflicts either this infix or the suffix must have a value.
|
|
|
generate.test.suite.service.suffix
Controls the ending of the name of the generated test suite flow service. Default: '_ts'.
In order to avoid naming conflicts either this suffix or the infix must have a value.
|
|
|
generate.test.package.folder
Directory in the target package where the test data for generated test suite
flow services are stored. Default: 'testfiles'.
|
|
|
execute.expand.file.assertions
Controls whether assertions that were saved to a file will be
individually listed in the results overview.
|
|
|
execute.coverage.enabled
Controls whether code coverage agent may be activated or not. Caution!
Recording the code coverage may heavily impact the performance of the
IntegrationServer. Make sure to allocate enough memory.
|
|
|
assertion.datatype.ignore
If set to true then values are regarded equal if their string representations are equals, e.g.
5 = "5", or 12 (int) = 12 (long)
|
|
|
ui.distributed.enabled
If set to true then you can configure remote agents for test execution
|
|
|
ui.update.check
If set to or 'check' IwTest will check daily for available updates. You can manually install the latest in version in the
'About' menu.
If set to 'update' then the latest version is automatically downloaded and installed.
Make sure that the IS can access https://integrationwise.biz
|
|
|
logger.level
Sets the logging level. Valid values: trace, debug, info, warn, error
|
|