Testing Fundamentals - Testing Types and Levels
In an acceptance test for a shopping cart, the scenario is:
What should the test verify?
Given the cart is empty
When the user adds an item
Then the cart contains 1 item
What should the test verify?
