Information
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.

WebTestRequest::ResponseTimeGoal Property

 

Gets or sets the response time goal for a particular page.

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

public:
[DefaultValueAttribute(0f)]
property float ResponseTimeGoal {
	float get();
	void set(float value);
}

Property Value

Type: System::Single

A value that represents the response time goal for a particular page. This is measured in seconds. The default value is zero seconds, which means this page has no goal.

In load tests, pages that have a specified ResponseTimeGoal will be reported as a percentage that represents the number of times that the actual response time for the page was less than or equal to the goal.

Return to top
Show: