WebTest.AddCommentToResult Method

Adds a comment to the Web performance test result that follows the most recently completed Web performance test request, transaction, or included Web performance test.

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

Syntax

'Declaration
Public Sub AddCommentToResult ( _
    comment As String _
)
public void AddCommentToResult(
    string comment
)
public:
void AddCommentToResult(
    String^ comment
)
member AddCommentToResult : 
        comment:string -> unit 
public function AddCommentToResult(
    comment : String
)

Parameters

  • comment
    Type: System.String
    A string that contains the comment text.

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace