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.

TestDescriptionAttribute Constructor (String^)

 

Initializes a new instance of the TestDescriptionAttribute class.

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

public:
TestDescriptionAttribute(
	String^ testDescription
)

Parameters

testDescription
Type: System::String^

A short description of the test.

There is no default value for the TestDescription property. You must set it with the attribute.

Return to top
Show: