FACTS

The FACTS report will generate XML files which can be imported in CIM FACTS

- A tool for Statistical Process Control (SPC) - to get historical statistics on test results.

Adding FACTS DUT data to the report

The FACTS report will use specially named DUT data to write the FACTS report.

The supported FACTS DUT Data value names are:

All these DUT Data values can be prefixed with FACTS_ to make sure that they do not clash with other DUT data, for instance, TestName can be assigned as FACTS_TestName as well.

To make it even easier to add FACTS DUT Data the ProjectFramework.szs file include procedures for adding the DUT Data in a standard way.

It also includes a procedure called “Add Standard FACTS Report DUT Data” which will add the FACTS DUT Data which are required for the report to be successfully imported in FACTS.

This procedure can be called from anywhere in a test, but it is recommended to call it in the Setup partner procedure of test cases.

Importing using FACTS

The generated reports are imported in FACTS by using the CPT Test Station Client.

The client monitors the directory C:\Users\Public\Documents\CPT\CPT_XML\Pickup\ for new reports and will send and eventually delete the CPT report files written to that directory.

This means that to automatically import the generated CPT report must be written in the pickup directory, for example on the SeqZap command line:

--reportfile “CPT= C:\Users\Public\Documents\CPT\CPT_XML\Pickup\”