in Education by
Can you automate all testing?

1 Answer

0 votes
by

Although test automation has its advantages, it is not practical to automate all kinds of testing. Some testing can be done only by a human tester, such as user interface testing, usability, and accessibility testing.

Exploratory testing is another type of testing where a human tester provides more value than an automated test. In exploratory testing, a tester explores the software randomly, just as an end-user would do, and tries to find the bugs or UI inconsistencies or any hidden problems that developers might have overlooked.

Automated testing is helpful for large projects involving complicated calculations and for repeatable test cases. For features that change often and rarely executed test cases, a human tester provides a bigger ROI than automation would.

Related questions

0 votes
    When is not a good time to automate the tests? 1. The test is repeatable. 2. The software is changing ... for a human tester. 4. The test involves complicated calculations....
asked Jul 11, 2021 in Education by JackTerrance
0 votes
    Why do you need cross-browser testing?...
asked Jul 10, 2021 in Education by JackTerrance
0 votes
    What are the different phases in an automation testing life cycle?...
asked Jul 11, 2021 in Education by JackTerrance
0 votes
    What are the types of automation testing?...
asked Jul 9, 2021 in Education by JackTerrance
0 votes
    Which of the following can’t be tested automatically by a script? 1. CAPTCHA 2. Login Form 3. Button Click 4. Link Navigation...
asked Jul 11, 2021 in Education by JackTerrance
0 votes
    What are some of the alternatives to Selenium?...
asked Jul 10, 2021 in Education by JackTerrance
0 votes
    What is a test environment?...
asked Jul 9, 2021 in Education by JackTerrance
0 votes
    What are the different parts of a test automation framework?...
asked Jul 9, 2021 in Education by JackTerrance
0 votes
    How do you automate the testing of CAPTCHA?...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    We have a customer requesting data in XML format. Normally this is not required as we usually just hand ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
0 votes
    We have a customer requesting data in XML format. Normally this is not required as we usually just hand ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    Whenever we get a new release of code from our vendor, we need to perform basic tests to ensure ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 11, 2022 in Education 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
    Can you name a few automated mobile testing tools you are familiar with?...
asked Feb 7, 2021 in Technology by JackTerrance
0 votes
    When using Azure Resource Manager, you can use a _______________ for deployment, which can build identical environments ... work scenarios such as testing, staging, and production....
asked Dec 11, 2020 in Education by Editorial Staff
...