Load Test Run Setting Properties
The following tables describe the various properties for load test run settings. You can modify these properties to meet your specific load testing requirements.
For more information, see How to: Modify the Run Settings Properties in a Load Test Using the Load Test Editor, Load Test Analyzer Overview, and Configuring Load Test Run Settings.
General
Property |
Definition |
---|---|
Description |
A description of the Run Settings. |
Maximum Error per Type |
The maximum number of errors per type to save for the load test. You can increase this number if you have to, but doing this will also increase the size and processing time of the load test result. |
Maximum Request URLs Reported |
The maximum number of unique Web performance test request URLs on which to report results in this load test. You can increase this number if you have to, but doing this will also increase the size and processing time of the load test result. |
Maximum Threshold violations |
The maximum number of threshold violations to save for this load test. You can increase this number if you have to, but doing this will also increase the size and processing time of the load test result. |
Run unit tests in application domain |
A Boolean value that determines whether each unit test assembly will run in a separate application domain when the load test contains unit tests. The default setting is True. If your unit tests do not require a separate application domain or app.config file to function correctly, your unit tests might run faster by setting the value of this property to False. |
Name |
The name of the Run Setting as it appears in the Run Settings node of the Load Test Editor. |
Validation Level |
This defines the highest level of validation rule that will run in a load test. Validation rules are associated with Web performance test requests. Each validation rule has an associated validation level: High, Medium, or Low. This load test run setting will specify which validation rules will run while the Web performance test is run in the load test. For example, if this run setting is set to Medium, all validation rules marked as Medium, or Low will be run. |
Logging
Property |
Definition |
---|---|
Maximum Test Logs |
Specifies the maximum number of test logs to save for the load test. When the value entered for the maximum number of test logs is reached, the load test will stop collecting logs. Therefore, the logs will be collected at the beginning of the test, not the end. The load test will continue to run until it is completed. |
Save Log Frequency for Completed Tests |
Specifies the frequency at which the test log will be written. The number indicates that one out of every entered number of tests will be saved to the test log. For example, entering the value of ten specifies that the tenth, twentieth, thirtieth and so on will be written to the test log. Setting the value to 0 specifies that no test logs will be saved. For more information, see How to: Specify How Frequently Test Logs are Saved Using the Load Test Editor |
Save Log on Test Failure |
A Boolean value that determines whether if test logs are saved if a test fails in a load test. The default is True. For more information, see How to: Specify if Test Failures are Saved to Test Logs Using the Load Test Editor |
For more information, see Modifying Load Test Logging Settings.
Results
Property |
Definition |
---|---|
Storage Type |
The way to store the performance counters that are obtained in a load test. The options are as follows:
|
Timing Details Storage |
This is used to determine which details will be stored in the Load Test Results Store. T hree values are available:
For more information, see How to: Specify the Timing Details Storage Property for a Load Test Run Setting. |
SQL Tracing
Property |
Definition |
---|---|
Minimum Duration of Traced SQL Operations |
The minimum duration of a SQL operation to be captured by the SQL Trace, in milliseconds. For example, this lets you ignore operations that complete quickly if you are trying to find SQL operations that are slow under load. |
SQL Tracing Connect String |
The connection string that is used to access the database to be traced. |
SQL Tracing Directory |
The location where the SQL Trace file is put after the trace ends. This directory must have write permissions for SQL Server and read permissions for the controller. |
SQL Tracing Enabled |
This enables the tracing of SQL operations. The default value is False. |
For more information, see How to: Integrate SQL Trace Data Using the Load Test Editor.
Test Iterations
Property |
Definition |
---|---|
Test Iterations |
Specifies the total number of individual tests to run before the load test is complete. This property only applies when the property "Use Test Iterations" is True. |
Use Test Iterations |
If Use Test Iterations is True, then the load test runs until the number of individual tests completed within the load test reaches the number that is specified by the "Test Iterations" property. In this case, the time-based settings, which are Warm up Duration, Run Duration, and Cool-down Duration, are ignored. If "Use Test Iterations" is False, all the timing settings apply, and "Test Iterations" is ignored. |
For more information, see How to: Specify the Number of Test Iterations in a Load Test Run Setting.
Timing
Property |
Definition |
---|---|
Cool-down Duration |
The duration of the test cool-down period, expressed in hh:mm:ss format. Individual tests within a load test might still be running when the load test finishes. During the cool-down period, those tests can continue until they complete or the end of the cool-down period is reached. By default, there is no cool-down period, and individual tests are terminated when the load test finishes based on the Run Duration setting. |
Run Duration |
The length of the test, in hh:mm:ss format. |
Sample Rate |
The interval at which to capture performance counter values, in hh:mm:ss format. For more information, see How to: Specify the Sample Rate for a Load Test Run Setting. |
Warm up Duration |
The period between the beginning of the test and when the data samples start being recorded, in hh:mm:ss format. This is frequently used to step load virtual users to reach a certain load level before recording sample values. The sample values that are captured before the warm-up period ends are shown in the Load Test Analyzer. |
WebTest Connections
Property |
Definition |
---|---|
WebTest Connection Model |
This controls the usage of connections from the load test agent to the Web server for Web performance tests that run inside a load test. Three Web performance test connection model options are available:
|
WebTest Connection Pool Size |
This specifies the maximum number of connections to make between the load test agent and the Web server. This applies only to the Connection Pool model. |