Gherkin
Gherkin is a descriptive language with fewer rules for structural formulation of scenarios within the framework of behaviour-driven software development; see e.g.
LF‑ET generates a feature file for each decision table which contains all scenarios that can be derived from the decision table.

Overview of Gherkin generation from decision tables with LF‑ET
-
Preconditions for a test case are generated as Given instructions at the beginning of a test case
-
Test instructions are generated as When instructions
-
Expected results are generated as Then instructions
-
Expected results for not used actions are generated as But instructions, see also: Test instructions for not used actions
-
Post-conditions for a test case are generated as Then instructions at the end of the test case
-
If an instruction in LF‑ET begins with a Gherkin keyword, it is then used and suppresses automatic keyword expansion
-
LF‑ET "understands" at present Gherkin keywords in German and English, see also Language settings
-
LF‑ET supports the use of tables, multiple row instructions, tags and comments; further information on this can be found in the following sections