Why Testing?
Learn about the importance of testing.
We'll cover the following...
We'll cover the following...
In this lesson, we will discuss the importance of testing.
Reasons
The main reasons for testing are:
-
To ensure that the code does what we expect now and when we refactor/modify it. Testing protects us from direct regressions when we break the existing code and from indirect regressions ...