in Technology by
Is automated testing making manual testing obsolete?

1 Answer

0 votes
by

No. Automated testing is not making manual testing obsolete. Though automated tests help avoid regression issues or find problems that you are already aware of, manual exploratory testing is essential to find the bugs you don’t know about, such as incorrect requirements or implementations.

Some types of testing, such as exploratory testing, usability, and accessibility testing, need to be performed by a human tester. 
Automated testing is only as good as automated tests. If bugs or problems are in the tests themselves, they will provide wrong results, giving false assurance to the stakeholders.

Good automation testing tests repeatable test cases which you can reproduce deterministically. It certainly reduces the amount of manual testing that a human tester would perform but does not eliminate it. Once a human tester discovers a bug, they can add automation tests to ensure that it’s caught automatically in the future.

Related questions

0 votes
    What’s the difference between manual testing and automated testing?...
asked Jul 9, 2021 in Technology by JackTerrance
0 votes
    Threat hunters use __________. A. Automated tools B. Manual methods C. Both the options D. None of the options...
asked Feb 26, 2023 in Technology by JackTerrance
0 votes
    What type of authentication attackers can detect via manual means and exploit them, using automated tools with password lists and dictionary attacks?...
asked Mar 20, 2021 in Technology by JackTerrance
0 votes
    Give us one situation during which you can choose manual testing?...
asked Feb 9, 2021 in Technology by JackTerrance
0 votes
    The Protractor automated testing framework was initially developed for which JavaScript framework: 1. React.js 2. Angular.js 3. Aurelia.js 4. Backbone.js...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    Which of the following testing cannot be automated? 1. Exploratory Testing 2. Regression Testing 3. Unit Testing 4. End-to-End Testing...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    What are some risks associated with automated testing?...
asked Jul 10, 2021 in Technology by JackTerrance
0 votes
    What is automated regression testing?...
asked Jul 10, 2021 in Technology by JackTerrance
0 votes
    How do you choose a tool/framework for automated testing?...
asked Jul 9, 2021 in Technology by JackTerrance
0 votes
    When will you avoid automated testing?...
asked Jul 9, 2021 in Technology by JackTerrance
0 votes
    Functional testing can be automated using Jenkins? 1. True 2. False...
asked Mar 7, 2021 in Technology by JackTerrance
0 votes
    Can you name a few automated mobile testing tools you are familiar with?...
asked Feb 7, 2021 in Technology by JackTerrance
0 votes
    As it currently stands, this question is not a good fit for our Q&A format. We expect answers to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    As it currently stands, this question is not a good fit for our Q&A format. We expect answers to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    I have a C library compiled with MinGW, Eclipse C project. Library consists of many modules, each module ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
...