Microsoft.VisualStudio.TestTools.LoadTest Namespace

 

Contains types that let you create Web load tests and extend the Visual Studio user testing interface.

Classes

Class Description
System_CAPS_pubclass CodedWebTestTuip

Implements a test user interface (UI) package that is used to interface between Visual Studio and a coded web test type.

System_CAPS_pubclass DeclarativeWebTestTuip

Implements a test user interface (UI) package that is used to interface between Visual Studio and a declarative web test type.

System_CAPS_pubclass LoadTestTuip

Implements a test user interface (UI) package that is used to interface between Visual Studio and a load test type.

System_CAPS_pubclass WebTestTuip

An abstract class that partially implements a test user interface (UI) package that is used to interface between Visual Studio and a web test type.

Interfaces

Interface Description
System_CAPS_pubinterface SCodedWebTestService

Represents the invariant interface of a Web test service.

System_CAPS_pubinterface SDeclarativeWebTestService

Represents the invariant interface of a declarative Web test service.

System_CAPS_pubinterface SLoadTestService

Represents the invariant interface of a load test service.

Return to top