
Having a multi tenant application under test, concurrency testing is the next step of the testing cycle. Testing using concurrent users takes a lot of time and usually ends up in defects not fully reproducible because of timing issues (synchronization) thus making automation of these tests a must.
Automating concurrent tests using selenium / webdriver always brings up one of the most common question in automation testing; Do I need a new window...