Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestRunSettings Class

 

Describes the load test run settings in use for the current load test run, as defined in the Load Test Editor.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

System::Object
  Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestRunSettings

public ref class LoadTestRunSettings 

NameDescription
System_CAPS_pubpropertyDescription

Gets a description of the run.

System_CAPS_pubpropertyName

Gets the name of the run settings in the load test.

System_CAPS_pubpropertyRunDuration

Gets the number of seconds the load test is to run, not including the WarmupTime.

System_CAPS_pubpropertyWarmupTime

Gets the number of seconds in the warm-up period.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This can be set in the Load Test Editor by highlighting a Run Setting node and pressing F4. This will display properties for the run configuration.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: