, ;
;
Scenario Outline: Add two numbers
Given I have entered <first> into the calculator
And I have entered <last> into the calculator
When I press add
Then the result should be <result> on the screen
Examples:
| name | first | last | result |
| simple | 1 | 1 | 2 |
| zero | 0 | 0 | 0 |
, <name> , Context, FeatureContext
TestExecutionResults , , Model.TestExecutionResults []. TestItemResult.TestNode.Description - , <name>; , .