TestSelectedEventArgs Class
Contains the arguments for the TestSelected event.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.LoadTesting::TestSelectedEventArgs
| Name | Description | |
|---|---|---|
![]() | IsInitializeTest | Gets a value that indicates whether the selected test is the InitializeTest that was specified in the test mix of the load test scenario. |
![]() | IsTerminateTest | Gets a value that indicates whether the selected test is the TerminateTest that was specified in the test mix of the load test scenario. |
![]() | ScenarioName | Gets the scenario name that contains the test that is selected. |
![]() | TestName | Gets or sets the name of the test that is selected. |
![]() | UserContext | Gets the LoadTestUserContext that represents the virtual user who is running the selected test. |
| 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.) |
TestSelectedEventArgs contains a reference to the test that is starting and the scenario that it is starting in.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


