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.

WebTestPageStatistics::PageTime Property

 

Gets the response time for the entire page from the time that the first request was issued to the time that the last byte for all dependent requests was received.

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

public:
property TimeSpan PageTime {
	TimeSpan get();
	internal: void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A TimeSpan data type that represents the entire response time for the page.

This time span includes time spent following all redirects, plus any emulated network delay based on the network type in use for the Web performance test, or load test that contains the Web performance test.

Return to top
Show: