In the previous chapter, you learned how to set up the Python 3 environment on Linux, macOS, and Windows computers. You also looked at a few popular IDEs for Python. In this chapter, you will get started with concepts of test automation. Then you will explore a light and easy way to learn the test automation framework in Python 3, called doctest.
A Brief Introduction to Software Testing Concepts
The textbook definition of software testing states that it’s the process of executing a program or application to find ...