What is the best way to implement an integration test for a chat application?
The problem is that I don’t know how to implement two custom behaviors without bites and ridicule.
How would you implement these steps?
Given I have two users "joe" and "bob" logged in
When "joe" send "Hello!" message to "bob"
Then "bob" should see "Hello!"
What is the best way to test an Ajaxy app with Cucumber?
How to check simultaneous testing of two users?
source
share