Acceptance Tests With JBehave, Selenium & Page Objects
Posted by Alexandre Martins on November 14, 2008
7 comments
Since JBehave 2.0 was released in September, I’ve been using it on my current project to verify the acceptance criteria for the features we are implementing, ensuring that the web interface is following the right workflow, and is displaying the data as expected, as well as some other important elements. What is JBehave? JBehave is [...]