BDD — practice combining business and technical perspectives.
Three Amigos:
Gherkin syntax:
1Feature: Shopping Cart23 Scenario: Add item to cart4 Given I am on the product page5 When I click "Add to Cart"6 Then the item should be in my cart7 And the cart count should increase by 189 Scenario: Remove item from cart10 Given I have items in my cart11 When I click "Remove"12 Then the item should be removed
Benefits:
Tools: Cucumber, SpecFlow, Behave.