UITestAction.ActualThinkTime Property

 

Gets or sets the think time after it processes other playback parameters that are provided by the UIActionInterpreter, such as the ThinkTimeMultiplier.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public int ActualThinkTime { get; set; }
public:
property int ActualThinkTime {
    int get();
    void set(int value);
}
member ActualThinkTime : int with get, set
Public Property ActualThinkTime As Integer

Property Value

Type: System.Int32

The actual number of seconds.

Remarks

Raises the PropertyChanged event when the value is set.

See Also

UIActionInterpreter
ThinkTimeMultiplier
PropertyChanged
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top