In the previous chapter, I gave you an introduction to Cucumber. In this chapter, you learn about the more advanced features of Cucumber, and you also go into implementing a more elaborate example case. There is a lot to cover in this chapter, including the extensive test case, making the chapter a little bit longer than the average.
Learning Goals
- 1.
Learn about the Feature keyword.
- 2.
Learn about the Background keyword.
- 3.
Learn about the Scenario keyword.
- 4.
Learn about the different logical phases a scenario needs to be divided into.
- 5.
Learn about the And and But keywords.