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 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
'Declaration
Public Interface IActionRecordingHelper
public interface IActionRecordingHelper
public interface class IActionRecordingHelper
type IActionRecordingHelper =  interface end
public interface IActionRecordingHelper
The IActionRecordingHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | CheckActionRecordingExists | Takes list of test case Ids and Returns a bool list telling whether corresponding test cases has afn strip or not | 
| .gif) | Create | Creates and returns an action recording by using a local file on disk. | 
| .gif) | GetDefaultForTestCase | Returns the default action recording for the specified test case. | 
| .gif) | SetDefaultForTestCase | Sets the provided action recording as the default action recording for the specified test case. | 
Top