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
'Declaration
Public Interface ITestVariableHelper
public interface ITestVariableHelper
public interface class ITestVariableHelper
type ITestVariableHelper = interface end
public interface ITestVariableHelper
The ITestVariableHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Create | Returns a new test run variable. |
![]() |
CreateFromFile | Creates a set of test variable objects from an XML file. |
![]() |
CreateVariableValue | Creates a test value object for the provided test variable object. |
![]() |
Query | Returns a list of test variable objects for the team project. |
Top