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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
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.
Show: