Script Syntax

You create a script using keywords. In general the Script Syntax is Command=String. Command is either Send, Expect, SimpleExpect, or Flow Control.

Note: A script can have as many send and receive lines as needed. However, the more you have, the slower the service checking.

Keywords

Examples

If you have a TCP service to check where you needed to do the following:

Related Topics

Script Syntax: Expect=Keyword

Script Syntax: Flow Control Keywords

Script Syntax: Send=Keyword

Script Syntax: SimpleExpect Keyword