TestSelectedEventArgs.TestName Property

Gets or sets the name of the test that is selected.

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

Syntax

'Declaration
Public Property TestName As String
public string TestName { get; set; }
public:
property String^ TestName {
    String^ get ();
    void set (String^ value);
}
member TestName : string with get, set
function get TestName () : String 
function set TestName (value : String)

Property Value

Type: String
The name of the test that is selected.

Remarks

A Load Test Plug-in can replace the test that is selected with a different test by setting the TestName property.

.NET Framework Security

See Also

Reference

TestSelectedEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace