News

Here's a simple feature that contains a scenario: Feature ... to do basic maths Scenario: Add two numbers Given The calculator is reset When I enter 40 And I Add 20 Then The value should be 60 The ...