Technical requirements
Some degree of programming skills is recommended to get the best out of this chapter, especially for the A basic CT example section. However, it is important that everyone in a company understands the concepts in this chapter.
Therefore, quality experts (SDETs/QA) should be interested in this chapter, as well as developers and DevOps team members. Other roles in the company could also benefit from understanding the concepts in this chapter.
This chapter uses partial examples written in pseudocode, as full code would depend on the tools and platforms used for CI. At the end of the chapter, we will see how to automate a .yml
file using Python. Feel free to try this example with your favorite programming language
The code related to these examples can be found in this book’s GitHub repository: https://github.com/PacktPublishing/How-to-Test-a-Time-Machine/tree/main/Chapter06