5.4.1.1 Normal Mode Attributes
The normal mode is the default mode. It is normally used to do unit test or diagnostic a service call. It can also be used to do a stress test by setting the parameters concurrency number and repeat times to huge values.
Table 5-5 Normal Mode Attributes
| Attribute | Description | Default Value |
|---|---|---|
| concurrencyNumber | Concurrency number | 1 |
| repeatTime | Repeat time | 1 |
| sleepTime | Sleep time when repeating in seconds | 0 |
| compareReply | Compares the reply with the one in the replay definition | False |
Following is an execution plan file example:
definitionFile=def1.xml
concurrencyNumber=10
repeattime=100
sleepTime=0
compareReply=true
Parent topic: Execution Plan File