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.
ITestSettingsHelper::CreateFromFile Method (String^)
Creates a test settings object 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 of the XML file that contains a persisted test settings object.
| Exception | Condition |
|---|---|
| XmlSchemaValidationException | The provided XML file failed the schema validation. |
| TestManagementValidationException | The instantiated test settings object failed validation. |
Show: