Skip to content
/ .. / .. /
Introduction










Online Verification Configuration

Verification can be done offline using the intaQt Verifier, or online within a test case using intaQt Studio. The following three verification blocks must be defined in a .conf file (e.g. cdr.conf) to use online verification:

Offline Verification configuration is available here

ConfigurationFolders

Configuration folders that contain verification-specific configurations are individually defined in the ConfigurationFolders block. This configuration is located in the intaQt Server.conf.

Important! intaQt must be restarted after making changes to this configuration.

Syntax

1
2
3
ConfigurationFolders  {
    folders = [<pathToFolder String>, ...]
}

Parameters

  • pathToFolder - Points to the folder that holds additional, verification-specific configurations.

Example

1
2
3
ConfigurationFolders  {
    folders = ["C://yourFolder/yourConfigFolder", "D://your2ndFolder/your2ndConfigFolder"]
}