Why should the step definitions be separated from the driving JUnit class when using Cucumber for Java?
October 31, 2011
October 18, 2011
Testing a web application with Selenium 2
Selenium a great tool for testing web applications. The current version, Selenium 2, is a merge between Selenium and WebDriver. I will walk you through an example where we test a web site using Selenium in a few different ways. This is the same example as I demonstrated at Scandev on tour in Stockholm 18 October 2011.
October 14, 2011
October 6, 2011
Why isn’t my tests being executed?
Have you ever wondered why your Maven project doesn’t find and execute your tests?