session.feature 476 B

12345678910111213141516
  1. Feature: Session handling
  2. Session should be initialized
  3. Scenario: Session is initialized
  4. Given Test connection adapter
  5. And Test response data for session
  6. When manipulating id
  7. And connecting
  8. Then request for session send
  9. Scenario: Session response is empty
  10. Given Test connection adapter
  11. And Test response data for empty session
  12. And manipulating id
  13. When connecting
  14. Then session listener is not blocking