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::RunDuration Property

 

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

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

public:
property int RunDuration {
	int get();
}

Property Value

Type: System::Int32

The number of seconds the load test is to run.

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.

Return to top
Show: