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.
IActionRecordingHelper Interface
Provides a mapping connection between action recordings and their associated test cases.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| 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. |
Show:
