All posts by Grzegorz Witkowski

Acceptance testing with JBehave and Gradle

Typically, applications we develop gain more and more features in each sprint. After a certain time it’s hard to say how a particular functionality should work. No one remembers all the corner cases without looking into the source code. So we write high level acceptance tests that describe expected behavior. Using some example scenarios that the end user could trigger, tests check that the outcome is correct. After the user story is implemented, the test joins a regression suite that will protect the application from bugs introduced in future stories.

Grzegorz Witkowski

Grzegorz is a software engineer with 5+ years of professional experience. He is interested in modern web frameworks and creating high quality code in Java using non-obtrusive design patterns. At Allegro, he works in a team which delivers solutions for the financial department.