Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Feature: Simple chat engagement
  2. Scenario: Agent log-ins into the system
  3. Given Site in "QA"
  4. And Wait "100"
  5. Then Agent entries to the system
  6.  
  7. Scenario: Agent set herself online
  8. Given Agent inside the system
  9. Then Agent set herself online
  10.  
  11.  
  12. Scenario: Engagement
  13. When Agent state "Online"
  14. Then Visitor receives engagement
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement