Tag Archives: Acceptance Tests

Black Cards (a.k.a. Evil Stories)

Are defined as tasks or features that represents something that needs to be fixed, because it represents a risk to the system in production (or going to). Generally they represent acceptance criteria that was not defined during development. They should have higher priority over the other stories to be implemented.

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