LoadTestConfiguration interface

Configurations for the load test.

Properties

engineInstances

The number of engine instances to execute load test. Supported values are in range of 1-400. Required for creating a new test.

optionalLoadTestConfig

Configuration for quick load test

quickStartTest

If true, optionalLoadTestConfig is required and JMX script for the load test is not required to upload.

regionalLoadTestConfig

Region distribution configuration for the load test.

splitAllCSVs

If false, Azure Load Testing copies and processes your input files unmodified across all test engine instances. If true, Azure Load Testing splits the CSV input data evenly across all engine instances. If you provide multiple CSV files, each file will be split evenly.

Property Details

engineInstances

The number of engine instances to execute load test. Supported values are in range of 1-400. Required for creating a new test.

engineInstances?: number

Property Value

number

optionalLoadTestConfig

Configuration for quick load test

optionalLoadTestConfig?: OptionalLoadTestConfiguration

Property Value

quickStartTest

If true, optionalLoadTestConfig is required and JMX script for the load test is not required to upload.

quickStartTest?: boolean

Property Value

boolean

regionalLoadTestConfig

Region distribution configuration for the load test.

regionalLoadTestConfig?: RegionalConfiguration[]

Property Value

splitAllCSVs

If false, Azure Load Testing copies and processes your input files unmodified across all test engine instances. If true, Azure Load Testing splits the CSV input data evenly across all engine instances. If you provide multiple CSV files, each file will be split evenly.

splitAllCSVs?: boolean

Property Value

boolean