Advertisement
saasbook

crc_example.feature

Jan 10th, 2012
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Feature: Add movie tickets to shopping cart
  2. As a patron
  3. So that I can attend a showing of a movie
  4. I want to add tickets to my order
  5.  
  6. Scenario: Find specific showing
  7. Given a showing of "Inception" on Oct 5 at 7pm
  8. When I visit the "Buy Tickets" page
  9. Then the "Movies" menu should contain "Inception"
  10. And the "Showings" menu should contain "Oct 5, 7pm"
  11.  
  12. Scenario: Find what other showings are available
  13. Given there are showings of "Inception" today at 2pm,4pm,7pm,10pm
  14. When I visit the "List showings" page for "Inception"
  15. Then I should see "2pm" and "4pm" and "7pm" and "10pm"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement