Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class IActionRecordingHelper

NameDescription
System_CAPS_pubmethodCheckActionRecordingExists(IList<Int32>^)

Takes list of test case Ids and Returns a bool list telling whether corresponding test cases has afn strip or not

System_CAPS_pubmethodCreate(String^)

Creates and returns an action recording by using a local file on disk.

System_CAPS_pubmethodGetDefaultForTestCase(Int32)

Returns the default action recording for the specified test case.

System_CAPS_pubmethodSetDefaultForTestCase(Int32, ITestAttachment^)

Sets the provided action recording as the default action recording for the specified test case.

Return to top
Show: