Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Test Edition
 ThinkTime Property

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Team Test API
WebTestRequest..::.ThinkTime Property

Gets or sets a value representing 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)
Visual Basic (Declaration)
Public Property ThinkTime As Integer
Visual Basic (Usage)
Dim instance As WebTestRequest
Dim value As Integer

value = instance.ThinkTime

instance.ThinkTime = value
C#
public int ThinkTime { get; set; }
Visual C++
public:
property int ThinkTime {
    int get ();
    void set (int value);
}
JScript
public function get ThinkTime () : int
public function set ThinkTime (value : int)

Property Value

Type: System..::.Int32
A think time value. The default value is 0.

This value represents time in seconds.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker