Tag Archives: Web Development

Acceptance Tests With JBehave, Selenium & Page Objects

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 [...]

Spring MVC, almost there!

One of the things I really like about Spring 2.5 is the new set of annotations for defining controllers. Now you don’t have to extend any superclass to turn your class into a controller, just add the @Controller annotation on the top of the class definition and that’s it, you got one (still have to [...]