March 2024
Intermediate to advanced
262 pages
5h 54m
English
Regression testing is a software testing technique used to verify that changes to an application, such as bug fixes, new features, or code enhancements, have not introduced new defects or caused existing functionality to break. The primary goal of regression testing is to ensure that the software continues to work as expected after each code change, thus maintaining the software’s reliability and stability over time.
In this chapter, we’re going to cover regression testing by looking at the following main topics:
By the end of the chapter, we will have a good understanding ...
Read now
Unlock full access