0 votes
in DevOps by
What is the significance of Continuous Testing in DevOps?

1 Answer

0 votes
by

The continuous testing process is done in DevOps to avoid testing the entire code at a time. In traditional SDLC, we will test the code after the whole code is developed but in DevOps, we will test instantly every change made in the code. This kind of testing avoids delays in the product release, and it will also help to achieve better quality in the product.

Related questions

+1 vote
asked Dec 5, 2019 in DevOps by rajeshsharma
0 votes
asked Nov 22, 2023 in Cloud Computing by JackTerrance
...