Skip to content

Strategies

This page contains information on standalone SoapUI Pro that has been replaced with ReadyAPI.
To try advanced load testing functionality, feel free to download a ReadyAPI trial.

LoadTest Strategies

The following LoadTest Strategies are currently available:

OptionDescription
SimpleTestCase execution with a configurable delay
VarianceTestCase execution varying the number of threads over time
BurstTestCase execution in “bursts”
ThreadTestCase execution with a fixed thread count modification
GridDefines a custom variation of thread count (ReadyAPI only)
ScriptLets a groovy script control the number of threads (ReadyAPI only)
Fixed-RateExecute a TestCase at a fixed rate (ReadyAPI only)

Since multiple LoadTests with different strategies can be created one could for

Simple Strategy

Simple_Strategy

OptionDescription
Test DelaySets a delay between each TestCase run
RandomSets how much of the delay to randomize

Variance Strategy

Variance_Strategy

OptionDescription
IntervalSets the duration of each variance cycle in seconds
VarianceSets how much the thread-count should be varied during the cycle

Burst Strategy

Burst_Strategy

OptionDescription
Burst DelaySets the delay between each burst
Burst DurationSets duration for each burst

Thread Strategy

Thread_Strategy

OptionDescription
Start ThreadsSets the number of threads to start with
End ThreadsSets the number of threads to end with

Grid Strategy icon-pro

Grid_Strategy

OptionDescription
ConfigureOpen Grid Strategy Dialog

icon-options-dialog Grid Strategy Dialog

Grid_Strategy_Dialog

OptionDescription
Elapsed TimeLength of time elapsed
ThreadCountNumber of thread

Script Strategy

Script_Strategy

OptionDescription
ConfigureOpen Script Strategy Dialog

icon-options-dialog Script Strategy Dialog

Script_Strategy_Dialog

OptionDescriptionShortCut
UndoUndo an actionCtrl+Z / Cmd - Z
RedoRedo an actionCtrl+Y / Cmd - Y
CutCut a textCtrl+X / Cmd - X
CopyCopy a textCtrl+C / Cmd - C
PastePaste a textCtrl+V / Cmd - V
ClearClear all text in the editor
Select AllSelect all text in the editorCtrl+A / Cmd - A
Find/ReplaceFind or replace textF3
Go To LineGo to Line number in the editorCtrl+Alt+L / Cmd - L
Show Line NumbersShow Line number in the editorAlt+L / Cmd - L

Fixed-Rate Strategy icon-pro

Fixed-Rate_Strategy

OptionDescription
RateSets the number of TestCases to run per second
Max ThreadsSets the maximum number of threads to use
Request levelIf checked, the rate is applied to each TestRequest instead of TestCase