LoadTestStepLoadProfile Class
Represents the load profile of a load test that has a step load pattern.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestStepLoadProfile
| Name | Description | |
|---|---|---|
![]() | LoadTestStepLoadProfile() | Initializes a new instance of the LoadTestStepLoadProfile class. |
| Name | Description | |
|---|---|---|
![]() | InitialUserCount | Gets or sets the initial user count, in the case in which you are using the step load pattern. |
![]() | MaxUserCount | Gets or sets the maximum user count, in the case in which you are using the step load pattern.(Overrides LoadTestLoadProfile::MaxUserCount.) |
![]() | MinUserCount | Gets or sets the minimum number of users that that can be returned by the GetLoad method of the class extending LoadTestLoadProfile.(Inherited from LoadTestLoadProfile.) |
![]() | ScenarioName | Gets or sets the name of the scenario in the load test that the load profile implementation is controlling.(Inherited from LoadTestLoadProfile.) |
![]() | StepDuration | Gets or sets the amount of time between steps in seconds. |
![]() | StepRampTime | Gets or sets the amount of time that it takes in each step to gradually add the users specified by the step user count. |
![]() | StepUserCount | Gets or sets the number of users to increase at each step, in the case in which you are using a step load pattern. |
| Name | Description | |
|---|---|---|
![]() | CheckIfProfileCanBeModified(String^) | Throws an exception if the profile property is not yet ready to be modified.(Inherited from LoadTestLoadProfile.) |
![]() | Copy() | Returns a copy of the current object so it can be modified and assigned to the LoadTestScenario::LoadProfile property. (Inherited from LoadTestLoadProfile.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLoad(Int32) | Returns the user load that should be used at the current time in the load test based on the value of elapsedSeconds since the start of the load test passed as an argument.(Overrides LoadTestLoadProfile::GetLoad(Int32).) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RestoreUserCountAfterRestart(Int32) | Restores the current user count to the value it had before the restart.(Inherited from LoadTestLoadProfile.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Throws an InvalidLoadProfileException if the LoadProfile object has invalid or inconsistent properties. (Overrides LoadTestLoadProfile::Validate().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


