July 2017
Beginner to intermediate
358 pages
10h 54m
English
Behavioral Driven Development (BDD) and is a technique often executed by an application framework called Cucumber. It was developed by Dan North and was designed to create a common ground between developers and product owners. In theory, it should be possible to test complete coverage of the system with BDD; however, since this would create a significant number of slow running tests it is not the best approach. What we should be doing is defining the boundaries of our system, and we can save the granularity for our unit tests.
In our Three Amigos group, we discuss the facets of the feature and what the essential qualities of it are and start to write scenarios.
Sad path
Scenario: User passes no search criteria ...
Read now
Unlock full access