Guest User

Untitled

a guest
Sep 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Feature: Search
  2.  
  3. Scenario Outline: Search and select item
  4. Given: User is on main page
  5. Then: User enters <item> and click search
  6. Then: User sorts the item
  7. Then: User add the item
  8. Then: Proceed to checkout
  9.  
  10. Examples:
  11. |item1|
  12. |item2|
  13. |item3|
Add Comment
Please, Sign In to add comment