Posted by Alexandre Martins on December 2, 2008
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.
Posted by Alexandre Martins on November 14, 2008
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 [...]