This documentation is archived and is not being maintained.
Microsoft.VisualStudio.TestTools.LoadTesting Namespace
Visual Studio 2005
The Microsoft.VisualStudio.TestTools.LoadTesting namespace provides classes and interfaces that enable load testing of unit and Web tests. This namespace includes the LoadTest class that represents the current load test. This class contains properties and events that can be used by an implementation of the ILoadTestPlugin interface to extend the functionality of the load test.
| Class | Description | |
|---|---|---|
![]() | HeartbeatEventArgs | Provides data for the HeartBeat event. |
![]() | LoadTest | Represents the load test being run. |
![]() | LoadTestAbortedEventArgs | Provides data for the LoadTestAborted event. |
![]() | LoadTestContext | Encapsulates information about the context in which the load test is running. |
![]() | LoadTestRunSettings | Describes the load test run settings in use for the current load test run, as defined in the Load Test Editor. |
![]() | LoadTestScenario | Represents a scenario that is contained within a load test. |
![]() | PerformanceCounterValue | Contains the computed value of a performance counter collected during a load test run. |
![]() | TestFinishedEventArgs | Provides data for the TestFinished event. |
![]() | TestIterationResult | Describes the result of running an individual test case within a load test. |
![]() | TestSelectedEventArgs | Contains the arguments for the TestSelected event. |
![]() | TestStartingEventArgs | Contains the arguments for the TestStarting event. |
![]() | ThresholdExceededEventArgs | Provides data for the ThresholdExceeded event. |
| Interface | Description | |
|---|---|---|
![]() | ICounterProvider | Defines an interface that an implementation of the IThresholdRule interface can use to obtain the current values of performance counters, other than the performance counter being tested. |
![]() | ILoadTestPlugin | Defines an interface that is implemented to allow a user written class to handle events that occur as the load test, and the tests contained within the load test, are run. |
![]() | IThresholdRule | Used to monitor the values of performance counters during a load test run to signal warnings or critical alarms when the value of a performance counters exceeds a threshold. |
| Enumeration | Description | |
|---|---|---|
![]() | ThresholdRuleResult | Specifies the results of applying a threshold rule to a performance counter sample. |
Show:
