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
System_CAPS_pubmethod CheckActionRecordingExists(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_pubmethod Create(String)

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

System_CAPS_pubmethod GetDefaultForTestCase(Int32)

Returns the default action recording for the specified test case.

System_CAPS_pubmethod 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