Share via


LoadTestGoalBasedLoadProfile.StopAdjustingAtGoal Property

true indicates that the test must stop adjusting user load. false indicates that the test must continue to adjust the user load throughout the test if that is required to keep the specified performance counter value in the target range.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public Property StopAdjustingAtGoal As Boolean
public bool StopAdjustingAtGoal { get; set; }
public:
property bool StopAdjustingAtGoal {
    bool get ();
    void set (bool value);
}
member StopAdjustingAtGoal : bool with get, set
function get StopAdjustingAtGoal () : boolean
function set StopAdjustingAtGoal (value : boolean)

Property Value

Type: System.Boolean
true if the currently running test has stopped adjusting the user load. false if the running test will continue to adjust user load throughout the test.

Examples

A value of true indicates that the load will stay constant for the rest of the load test after the counter value is in the target range for three consecutive sampling intervals.

.NET Framework Security

See Also

Reference

LoadTestGoalBasedLoadProfile Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace