Overview
An example template demonstrating how to build a custom OpenTAP Result Listener that sends test data to WATS in real-time. > This is not a ready-to-install plugin. The source code (WatsResultListener.cs) is a reference implementation and starting point. Adapt it to your own test plan structure, step naming conventions, and data mapping needs before deploying it.
and any integration-specific context not covered by the README. -->
Integration Details
| Property | Value |
|---|---|
| Category | WATS integration example |
| Type | OpenTAP ResultListener plugin |
| Format | OpenTAP (real-time, no file) |
| Language | C# / .NET |
| Distribution | Source code — compile and adapt |
File Format Assumptions and Requirements
Examples: encoding (UTF-8/ASCII), line endings, required vs optional fields, field order constraints, supported file version(s) -->
- Input encoding: UTF-8
Hardcoded Values and Defaults
Known Limitations and Edge Cases
that operators should be aware of -->
Configuration Guidance
Parameters are configured in the WATS Client Configurator under the converter's Arguments XML. Example:
<Arguments>
<!-- TODO: paste a real example Arguments XML block here -->
</Arguments>
Comments
0 comments
Please sign in to leave a comment.