Create a cluster to structure the properties of your test step data. Structuring you test data ensures that the data displays correctly in Test Insights.

Test Monitor only supports displaying the TestStand data model. Therefore, how you configure the key-value pairs for each property in the cluster determines whether your data displays correctly in Test Results.

Before you structure your test data, you need create a VI for acquiring test results.

On the client, create the following diagram in a VI to structure your test step data.

Customize the gray sections for your unique programming goals.



  1. The test step in control provides the test steps of your test program. The Property Node reads the Data property from the test steps.
  2. The step parameters control provides the parameters of your test steps. Unbundle by Name returns the names of the step parameters.
  3. The SystemLink Properties type definition contains the key-value pair structure you need to use for your step parameter properties.
  4. Bundle By Name specifies the keys and values of each step parameter. These key-value pairs appear in Test Insights.
  5. Build Array creates an array containing all the key-value properties of the step parameters.
  6. In Place Element Structure uses Unbundle/Bundle Elements Border Nodes and Build Array to assemble the following components into a cluster structure:
    • Data from test step in
    • Key-value properties from step parameters
  7. The Property Node uses the cluster to display the data correctly in Test Monitor.
Next, add this VI as a subVI to the VI you created in Acquiring Test Results and wire Create Test Step to it.