Summary
In this chapter, you got to build your first automated tests and create a test plan for your customer wish and detailed it out into a test design utilizing the ATDD test case pattern to design each test. With this ATDD base structure and the 4-steps recipe, you learned how to create a test codeunit, embed the customer wishes into a test, write a test story, and finally construct your real code. Next to these principles, we paid attention to writing positive-negative and UI tests.
In the next chapter, Chapter 7, From Customer Wish to Test Automation – Next Level, we will continue to use ATDD and the 4-steps recipe to create some more advanced tests.