Question - What are some advantages of automation testing?
Answer -
Some advantages of automation testing are-
- Test execution using automation is fast and saves a considerable amount of time.
- Carefully written test scripts remove the chance of human error during testing.
- Tests execution can be scheduled for a nightly run using CI tools like Jenkins which can also be configured to provide daily test results to relevant stakeholders.
- Automation testing is very less resource-intensive. Once the tests are automated, test execution requires almost no time of QAs. Saving QA bandwidth for other exploratory tasks.