August 2017
Intermediate to advanced
332 pages
9h 16m
English
Let's put the business specification in src/test/resources/feature/calculator.feature:
Feature: Calculator Scenario: Sum two numbers Given I have two numbers: 1 and 2 When the calculator sums them Then I receive 3 as a result
This file should be created by users with the help of developers. Note that it is written in a way that non-technical people can understand it.
Read now
Unlock full access