LoadTest Strategies
The following LoadTest Strategies are currently available:
| Simple |
TestCase execution with a configurable delay |
| Variance |
TestCase execution varying the number of threads over time |
| Burst |
TestCase execution in "bursts" |
| Thread |
TestCase execution with a fixed thread count modification |
| Grid |
Defines a custom variation of thread count (soapUI Pro only) |
| Script |
Lets a groovy script control the number of threads (soapUI Pro only) |
| Fixed-Rate |
Execute a TestCase at a fixed rate (soapUI Pro only) |
Since multiple LoadTests with different strategies can be created one could for
Simple Strategy

| Test Delay |
Sets a delay between each TestCase run |
| Random |
Sets how much of the delay to randomize |
Variance Strategy

| Interval |
Sets the duration of each variance cycle in seconds |
| Variance |
Sets how much the thread-count should be varied during the cycle |
Burst Strategy

| Burst Delay |
Sets the delay between each burst |
| Burst Duration |
Sets duration for each burst |
Thread Strategy

| Start Threads |
Sets the number of threads to start with |
| End Threads |
Sets the number of threads to end with
|
Grid Strategy 

| Configure |
Open Grid Strategy Dialog |
Grid Strategy Dialog

| Elapsed Time |
Length of time elapsed
|
| ThreadCount |
Number of thread
|
Script Strategy

| Configure |
Open Script Strategy Dialog |
Script Strategy Dialog

| Undo |
Undo an action |
Ctrl+Z / - Z |
| Redo |
Redo an action |
Ctrl+Y / - Y |
| Cut |
Cut a text |
Ctrl+X / - X |
| Copy |
Copy a text |
Ctrl+C / - C |
| Paste |
Paste a text |
Ctrl+V / - V |
| Clear |
Clear all text in the editor |
|
| Select All |
Select all text in the editor |
Ctrl+A / - A |
| Find/Replace |
Find or replace text |
F3 |
| Go To Line |
Go to Line number in the editor |
Ctrl+Alt+L / ⌥ - - L |
| Show Line Numbers |
Show Line number in the editor |
Alt+L / ⌥ - L |
Fixed-Rate Strategy 

| Rate |
Sets the number of TestCases to run per second |
| Max Threads |
Sets the maximum number of threads to use |
| Request level |
If checked, the rate is applied to each TestRequest instead of TestCase |