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.

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)

public:
property bool StopAdjustingAtGoal {
	bool get();
	void set(bool value);
}

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.

Legacy Code Example

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.

Return to top
Show: