Sleep
The sleep tag will pause the execution of the test case at this
point for the amount of time specified in the property
time
. The time attribute itself has a special
syntax which is explained below.
Required Attributes
time
Specifies the amount of time to sleep. This time can be
defined with the follow suffixes:
Value |
Description |
s |
Seconds |
h |
Hours |
d |
Days |
m |
Months |
Usage Examples