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
Example #1
<sleep time="3s" />
Example #2
<sleep time="2d" />