Preconditions for a test case
Robot Framework offers the possibility to execute an instruction for preparation with the [Setup] instruction. This instruction overwrites a possible global test setup instruction that has been defined in the Settings section.
All preconditions for a test case defined in a decision table are collected and summarized in a keyword that is then specified in the instruction [Setup].



