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:
-
CdrVerificationFtps - Contains configurations for finding and saving tickets used in online Verification
-
CdrVerificationVariables - Configures the variables that will be matched against selectors for the test cases.
-
CdrVerificationConfigurations - Configures rules and their locations.
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"] } |