Chapter 6: From Customer Wish to Test Automation – the Basics
You are technically fully set to start writing tests at this point. This is because you know how the testability framework functions, you know the test toolkit, you know about the existence of the standard test libraries, and you have been provided with various patterns to allow you to design efficient and effective tests.
But what are you going to test? What's your business case? What are the customer wishes you are going to implement? In this chapter, you will start applying the principles and techniques discussed in the previous chapters and will build a number of basic automated tests.
As such, this chapter covers the following topics:
- From customer wish to test automation
- Test example 1 – a first headless test
- Test example 2 – a first positive-negative test
- Test example 3 – a first UI test
- Headless versus UI