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].

robot testcase postcondition

015

todo export formats 016

todo export formats 017