Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
On the basis of which factors you would consider choosing automated testing over manual testing?
Home
Testing
On the basis of which factors you would consider choosing automated testing over manual testing?
0
votes
asked
Mar 29, 2021
in
Testing
by
sharadyadav1986
On the basis of which factors you would consider choosing automated testing over manual testing?
#testing-factors
automated-testing
manual-testing
automation-vs-manual
Testing-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 29, 2021
by
sharadyadav1986
Choosing automated testing over manual testing depends on the following factors:
Tests require periodic execution.
Tests include repetitive steps.
Tests execute in a standard runtime environment.
Automation is expected to take less time.
Automation is increasing reusability.
Automation reports are available for every execution.
Small releases like service packs include a minor bug fix. In such cases, executing the regression test is sufficient for validation.
...