Given-When-Then — standard format for acceptance criteria.
Structure:
Example:
Feature: Shopping Cart
Given: User has items in cart
When: User clicks "Checkout"
Then: System displays order summary
Given: User is on payment page
When: User enters valid credit card
And: User clicks "Pay"
Then: System processes payment
And: System shows confirmation
And: Cart is emptied
Benefits: