Skip to main content

<timeout>

Description

User inaction during the time specified earlier in the script by the timeout reaction.

How to use

<test>
<test-case>
<q>/start</q>
<a>Input ‘timeout’ to get started</a>
<timeoutReply targetState="/timeout"/>
<timeout/>
<a>This answer should be displayed in case the client is silent</a>
<timeoutReply interval="2"/>
<timeout/>
<a>Test is over</a>
</test-case>
</test>