- General info
- Collectors calculate information based on invocation response and validate result of invocation.
Collectors are executed after every invoke during test run
- Example of collectors setup in XML:
- Following XML code should be included in test-description section
Order of collectors execution is the same as order of their declaration in XML
If test-description has parent, collectors from parent will be executed first
Simple example:
Example with additional setting for aggregation:
- Info collector XML elements
- metricAbstract - what metrics can be used in information collector XML element. See 'Sub Types' section of man page
validatorAbstract - what validators can be used in information collector XML element. See 'Sub Types' section of man page
How metrics and validators mentioned above are implemented you can see in section: Implementations of collectors
What is the difference between metrics, validators, collectors you can see in section: Custom collectors
Collectors execution sequence
Click on diagram components to learn more about every component
Simplified Collectors execution sequence