WebTestRequest.ResponseTimeGoal 属性

获取或设置特定页的响应时间目标。

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

语法

声明
Public Property ResponseTimeGoal As Single
public float ResponseTimeGoal { get; set; }
public:
property float ResponseTimeGoal {
    float get ();
    void set (float value);
}
member ResponseTimeGoal : float32 with get, set
function get ResponseTimeGoal () : float
function set ResponseTimeGoal (value : float)

属性值

类型:System.Single
表示特定页的响应时间目标的值。该值以秒为单位。默认值为 0 秒,意味着此页没有目标。

备注

在负载测试中,对于具有指定 ResponseTimeGoal 的页,将报告页实际响应时间小于或等于目标的代表次数所占的百分比。

.NET Framework 安全性

请参见

参考

WebTestRequest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间