The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestVariableHelper::CreateFromFile Method (String^)
Creates a set of test variable objects from an XML file.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- fileName
-
Type:
System::String^
The path and file name for the XML file that contains a persisted test variable object.
| Exception | Condition |
|---|---|
| XmlSchemaValidationException | The provided XML file failed the schema validation. |
| TestManagementValidationException | The instantiated test variable object failed validation. |
Show: