Exporting and Importing ATML Test Description

Version 7

ATEasy supports ATML, a new XML-based standard for ATE and test information data exchange, known as Automatic Test Markup Language (ATML). (please refer to http://grouper.ieee.org/groups/scc20/tii/. )

In the ATEasy Drivers folder, locate ATML.drv which supports the following commands :

  1. Exporting ATEasy program's test results to XML file (.xml)
     

  2. Exporting ATEasy test (program) descriptions to XML file (.xml)
     

  3. Importing test description from the test description file (.xml) to create an ATEasy test program (.pgt)
     

  4. Importing test results from the test results file (.xml) to ATEasy Log files (.htm, .txt) using respective style sheets to format the test log.
     

To demonstrate how to use "ATML.drv" with commands above, use the example ATML.prj in the ATEasy\Examples directory which shows the export and import of ATML Test Description.

Please refer to Exporting to ATML Test Results and Formatting ATML Test Results using XSL style sheets under Logging Test Results.