Google News
logo
DevOps - Interview Questions
Can you differentiate between continuous testing and automation testing?
The difference between continuous testing and automation testing is given below :
 
Continuous Testing Automation Testing
This is the process of executing all the automated test cases and is done as part of the delivery process. This is a process that replaces manual testing by helping the developers create test cases that can be run multiple times without manual intervention.
This process focuses on the business risks associated with releasing software as early as possible. This process helps the developer to know whether the features they have developed are bug-free or not by having set of pass/fail points as a reference.
Advertisement