![]() | Download Help (Windows Only) |
The ATML TD translator creates a TestStand sequence for each <TestGroup> element of the TestGroupSequence type. The name of the sequence is the value of the name attribute of the <TestGroup> element. Each step in the sequence represents an execution of a test, session action, or a test group.
The translator creates a step in the sequence for each <Step> child element. The <Step>/<ActionReference> element contains an actionID attribute that references the ID attribute of an <Action> element that describes the action for the step to perform. The translator copies the step and local variable information the translator previously created in the ATMLTDDataSequence for the referenced <Action> element to the sequence the translator creates for the <TestGroup> element.
A <TestGroup> element of the TestGroupSequence type can contain the following child elements, in addition to the elements defined for all <TestGroup> types.
![]() |
Incremental Update The translator uses the value of the actionID attribute of the <ActionReference> element to identify the TestStand step to update. If the translator cannot locate the step, the translator inserts a new step that corresponds to the <Action> element the actionID attribute of the <ActionReference> element references. |
Storing TD Instance Document Attributes in a Translated Sequence
Helpful
Not Helpful