https://www.guru99.com/continuous-testing.html
https://www.katalon.com/resources-center/blog/continuous-testing-introduction/
Test early, test often,test eveywhere, automation
Fast delivery
Good Quality
whenever a developer checks the code in the Source Code Server like Jenkins automated set of unit tests are executed in the continuous process. If the tests fail, the build is rejected, and the developer is notified. If the build passes the test, it is deployed to performance, QA servers for exhaustive
functional and
load tests. The tests are run in parallel. If the tests pass, the software is deployed in production.
The code is continuously developed, delivered, tested and deployed.
For Example, whenever a developer checks the code in the Source Code Server like Jenkins automated set of unit tests are executed in the continuous process. If the tests fail, the build is rejected, and the developer is notified. If the build passes the test, it is deployed to performance, QA servers for exhaustive functional and load tests. The tests are run in parallel. If the tests pass, the software is deployed in production.
Continuous Testing is a small cog in the Continuous Development, Integration and Deployment Cycle