IActionRecordingHelper Interface
Provides a mapping connection between action recordings and their associated test cases.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface IActionRecordingHelper
public interface class IActionRecordingHelper
type IActionRecordingHelper = interface end
Public Interface IActionRecordingHelper
Methods
Name | Description | |
---|---|---|
CheckActionRecordingExists(IList<Int32>) | Takes list of test case Ids and Returns a bool list telling whether corresponding test cases has afn strip or not |
|
Create(String) | Creates and returns an action recording by using a local file on disk. |
|
GetDefaultForTestCase(Int32) | Returns the default action recording for the specified test case. |
|
SetDefaultForTestCase(Int32, ITestAttachment) | Sets the provided action recording as the default action recording for the specified test case. |
See Also
ITestCase
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top