Writing tests using Cucumber

Unit testing has been an expected part of the software development lifecycle for quite some time now and one can hardly imagine writing code without having unit tests along with it. The art of testing does not stay the same and the advances in the testing philosophies have extended the concept of unit testing even further, introducing things such as service testing, integration testing, and lastly, what is known as Behavior Driven Development. Behavior Driven Development proposes to create the test suites describing the application behavior at large, and not getting down too much to the minute implementation details at the lower levels of the code. One such framework, which has gained a lot of popularity first in the ...

Get Spring Boot Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.