in Technology by
When will you avoid automated testing?

1 Answer

0 votes
by

Though automation has its advantages, it’s not a good idea to automate all of your testings. Here are some scenarios when a human tester can do a much better job of testing the software than an automated test suite.

  1. The software or the feature under the test changes frequently. It means you have to update your automated tests often to keep them up to date. Tests can quickly become obsolete and stop providing any value. 
  2. Automated testing is also not suitable for exploratory testing. A human tester can explore the software in a much better way than a computer. 
  3. Unless the automated tests are programmed or configured to look for UI issues, they can’t find any problems with the UI. It’s much efficient for a human tester to spot any UI inconsistencies or design issues.

Related questions

0 votes
    How do you choose a tool/framework for automated testing?...
asked Jul 9, 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
    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
    Is automated testing making manual testing obsolete?...
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
    What’s the difference between manual testing and 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
    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
0 votes
    I am looking to run a load of automated functionality tests on a user interface application of mine and was ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 17, 2022 in Education by JackTerrance
0 votes
    When do you have to avoid using secondary indexes (1)On columns containing high count of unique values (2)Use ... (4)can use it on any columns without effecting performance...
asked May 6, 2021 in Technology by JackTerrance
0 votes
    Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 21, 2022 in Education by JackTerrance
...