Keyword driven test suite consist of one or more Scenarios. Each scenario represents one test case.

FORMATION OF SUITE

SCENARIO|<name of the scenario>|{"description":"<meaningful description>"}
<<steps>>
END||
  
SCENARIO|<name of the scenario>|{"description":"<meaningful description>"}
<<steps>>
END||