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.
ITestFailureTypeHelper::ImportFromFile Method (String^)
Imports test failure types from an XML file.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- fileName
-
Type:
System::String^
The path of the xml file
Return Value
Type: System.Collections.Generic::IEnumerable<ITestFailureType^>^This method does both validation the xml file against a schema and creation of test failure types in TCM Server. If the schema validation fails, the XmlSchemaValidationException will be thrown, and for other validation, TestManagementValidationException.
Show: