Environment element

Represents the environment variables that you want to set for the RunStep stage of a diagnostic test.

Usage

<Environment>
  child elements
</Environment>

Attributes

There are no attributes.

Child elements

Element Description

EnvironmentVariable

Represents an environment variable that you want to set for the RunStep stage of a diagnostic test.

Child element sequence

EnvironmentVariable*

Parent elements

Element Description

StepResult

Represents the result of a stage in a diagnostic test and serves as the root element of a StepResult XML file.

Remarks

This element should contain child elements only for the PreStep stage of a diagnostic test. This element should not contain child elements for the RunStep and PostStep stages.

Element information

Can be empty Yes

See also

StepResult