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.

ITmi::SaveTest Method (TestId^)

 

Saves the specified test from the UI memory to a hard disk.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

void SaveTest(
	TestId^ testId
)

Parameters

testId
Type: Microsoft.VisualStudio.TestTools.Common::TestId^

The TestId of the test to save.

Return to top
Show: