in Technology by
What are some risks associated with automated testing?

1 Answer

0 votes
by

Although test automation comes with benefits such as efficient and fast, repeatable tests, there are a few risks a team should be aware of.

  • Negative ROI
    • A team can make a considerable investment to get automation testing going. Automated tests require lots of code and expensive tools. Developers and testers spend significant time in learning and implementing automated tests. 
    • However, as it’s put into practice, the team might realize that the testing strategy is not providing any real value, as the software is complex with constantly changing configuration and features. They have to keep the tests constantly up-to-date. 
  • Playing catch-up with the technology.
    • As with any software, automation testing tools and frameworks go through constant evolution. There is a steep learning curve to the automation tools and need prior programming experience. 
    • Instead of picking a tool and using it well, the development/testing team spends their time learning and playing with different tools and technologies. In that case, the automation testing might not realize its original promised value. 
  • Maintenance Risk
    • All code has to be maintained and kept up-to-date with the changing requirements and fixing bugs. Test automation code is no exception to that. 
    • Instead of building new features and fixing bugs in the software, if developers and testers find themselves spending most of their time working on the automation framework, automated testing has failed.

Related questions

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
    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
    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
    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
    What are some risks in Scrum? How are they handled?...
asked Nov 19, 2020 in Technology by Editorial Staff
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
    What are some development practices to follow when writing automated tests?...
asked Jul 11, 2021 in Technology by JackTerrance
...