Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides helper properties and methods for test variable objects in Visual Studio Test Professional.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestVariableHelper
public interface class ITestVariableHelper
type ITestVariableHelper = interface end
Public Interface ITestVariableHelper
Methods
Name | Description | |
---|---|---|
![]() |
Create() | Returns a new test run variable. |
![]() |
CreateFromFile(String) | Creates a set of test variable objects from an XML file. |
![]() |
CreateVariableValue(String) | Creates a test value object for the provided test variable object. |
![]() |
Query() | Returns a list of test variable objects for the team project. |
See Also
ITestVariable
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top