LoadTestScenario Class
Represents a scenario that is contained in a load test.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentLoad | Gets or sets the current value for the concurrent user load for this scenario. |
![]() | DelayBetweenIterations | Gets or sets the delay between the tests in a load test. |
![]() | LoadProfile | Gets or sets the profile of the user load for this scenario. |
![]() | Name | Gets the name of the scenario as it is defined in the Load Test Editor. |
![]() | TestNames | Gets an array of the test names that are included in the scenario. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | LoadChanged | Occurs when the current user load for this scenario changes as the load test runs. |
Using a Load Test Plug-In, a LoadTestScenario object is used to override the specified user load in the load test to control the user load programmatically. This is accomplished by accessing the individual load test scenarios that are represented by LoadTestScenario objects that are contained in the LoadTest Scenarios collection.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



