Test Coverage in the Age of Continuous Delivery
Briefly

Twenty years later, most of the teams I work with no longer have a 'testing phase.' They have adopted a continuous testing approach that integrates with daily builds.
Testing is also a lot more complex than it used to be. We have unit test coverage, integration test coverage, automated test coverage, and actual human exploration and investigation coverage.
With continuous delivery to production, each fix rolls out to production separately-there is no 'wait and test everything' moment, which emphasizes the need for real-time testing.
The web revolutionized deployment strategies, allowing developers to push updates individually and more frequently, transforming the way software is released and tested.
Read at AgileConnection
[
|
]