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.

ITestCaseHelper::Find Method (Int32, Int32)

 

Retrieves a test case from the server by using the given test case identifier and revision.

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

ITestCase^ Find(
	int testCaseId,
	int revision
)

Parameters

testCaseId
Type: System::Int32

An identifier for the requested test case.

revision
Type: System::Int32

The test case revision number.

Return to top
Show: