Share via


LoadTestConfigurationOutput interface

The load test configuration.

Properties

engineInstances

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

optionalLoadTestConfig

Optional load test config

quickStartTest

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

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-45. Required for creating a new test.

engineInstances?: number

Property Value

number

optionalLoadTestConfig

Optional load test config

optionalLoadTestConfig?: OptionalLoadTestConfigOutput

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

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