Post-conditions for a test case
Robot Framework offers the possibility to execute an instruction after executing the test case with the [Teardown] instruction. This instruction overwrites a possible global test setup instruction that has been defined in the Settings section.
All post-conditions for a test case defined in a decision table are collected and summarized in a keyword that is then specified in the instruction [Teardown].



