Guest User

Untitled

a guest
Jul 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Feature: Simple math
  2. In order to avoid silly mistakes
  3. As a math idiot
  4. I want to be told the result of simple math operations
  5.  
  6. Scenario: adition
  7. Given I have entered 50 into the calculator
  8. And I have entered 70 into the calculator
  9. When I press add
  10. Then I should see 120 on the screen
  11.  
  12. Scenario: subtraction
  13. Given I have entered 60 into the calculator
  14. And I have entered 30 into the calculator
  15. When I press sub
  16. Then I should see 30 on the screen
Add Comment
Please, Sign In to add comment