Plan modularity
Calling another Plan
To enable modular design of Plans Step makes it possible to recursively call other Plans.
Using the Visual Plan Editor you can easily call other Plans using the tab “Other plans” from the component list:
Using the plain-text syntax other plans can be called using the following syntax
Call plan "Test Case 01"
Call plan "Test Case 02"
Call plan "Test Case 03"
Composite Keywords
You can also achieve modularity using so called composite keywords. A Composite Keyword is a Plan that combines different Keywords and which behaves like an other atomic Keyword: Composite Keywords can be used like any other Keyword. They have the same interface: they can take Inputs and return Output. The reporting of Composite Keyword executions works like other Keywords.
For more Details regarding Composite Keywords refer to Composite Keywords