LoadTestLoadProfile Class
Provides an abstract base class for load test profiles.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestConstantLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestGoalBasedLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestStepLoadProfile
| Name | Description | |
|---|---|---|
![]() | LoadTestLoadProfile() | Initializes a new instance of the LoadTestLoadProfile class. |
| Name | Description | |
|---|---|---|
![]() | MaxUserCount | Gets or sets the maximum number of users that can be returned by the GetLoad method. |
![]() | MinUserCount | Gets or sets the minimum number of users that that can be returned by the GetLoad method of the class extending LoadTestLoadProfile. |
![]() | ScenarioName | Gets or sets the name of the scenario in the load test that the load profile implementation is controlling. |
| Name | Description | |
|---|---|---|
![]() | CheckIfProfileCanBeModified(String^) | Throws an exception if the profile property is not yet ready to be modified. |
![]() | Copy() | Returns a copy of the current object so it can be modified and assigned to the LoadTestScenario::LoadProfile property. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLoad(Int32) | When overridden in a derived class, returns the user load that should be used at the current time in the load test based on the number of seconds since the start of the load test. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RestoreUserCountAfterRestart(Int32) | Restores the current user count to the value it had before the restart. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | When overridden in a derived class, validates whether all properties of this object have values that are valid and consistent. |
LoadTestLoadProfile is an abstract base class for the following classes:
Any implementation that you write that extends LoadTestLoadProfile
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


