|
Answer» 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. |
|