TestSelectedEventArgs.TestName 属性

获取或设置所选测试的名称。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

语法

声明
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)

属性值

类型:System.String
所选测试的名称。

备注

通过设置 TestName 属性,可用负载测试插件替换要用其他测试选择的测试。

.NET Framework 安全性

请参见

参考

TestSelectedEventArgs 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间