Tuesday, April 15, 2014

Concurrency testing made easy

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...
Read More

Friday, April 4, 2014

Stevia enhancements and documentation

Lately, we've been using Stevia a lot; we're also extending it as much as possible (no promises, but phantomjs is in our crosshairs lately). By talking to the community, it has come to our attention that people are having difficulty to start up a Stevia project. To that extend, we've created some content to give you a boost: Our SNAPSHOT javadoc is regularly published in Github Pages, We've setup Travis continuous integration and our...
Read More