WATS Client API WATS Client API
WATS Client API WATS Client API
Generated by DocFX

Search Results for

    TDM Interface

    Welcome to WATS TDM (Test Data Management) Interface for .NET.

    WATS TDM Interface is a toolset that enables you to record test data into WATS. You write your tests in .NET using C#, VB or any .NET compliant language.

    The interface provides an object model that easily lets you record test result in a hierarcical structure, supporting test-step types like numeric limit measurement, string measurement, and pass/fail measurements. After recording a test, you may submit the test directly to your WATS, or if you are not connected - save the test locally for later transmission to server.

    After installing WATS Client API, you simply reference the Virinco.WATS.ClientAPI.dll, normally located in C:\Program Files\Virinco\WATS\ folder. Then you make an instance of the TDM class, working from here in this object model:

    TDM Interface

    MES Interface

    Welcome to WATS MES (WATS Manufacturing Execution System) Interface for .NET.

    WATS MES Interface for .NET is a toolset that enables you to query WATS for Product, Unit, Software and Asset information.

    MES Interface