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::ThinkTime Property

 

Gets or sets a value that represents the think time to wait after the response is received.

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

public:
[DefaultValueAttribute(0)]
property int ThinkTime {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

A think time value. The default value is 0.

This value represents time in seconds.

Return to top
Show: