in Education by
What are the types of automation testing?

1 Answer

0 votes
by

There are different testing techniques, but you can not automate them all. For example, exploratory testing. Here are some testing techniques that you can automate.

  1. Unit tests: These are written by software developers and test a unit of code in isolation.
  2. Integration tests: These test how well different software components work with each other.
  3. Regression tests: Verify that the new code didn't break any existing functionality.
  4. Performance tests: Ensure that the software won't crash and perform reasonably under heavy load or stringent conditions.
  5. UI tests: Ensure that the software uses a consistent user experience and no visual or graphical elements on the screen are broken.

Related questions

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 different parts of a test automation framework?...
asked Jul 9, 2021 in Education by JackTerrance
0 votes
    Why do you need cross-browser testing?...
asked Jul 10, 2021 in Education by JackTerrance
0 votes
    Can you automate all testing?...
asked Jul 9, 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
    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
    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 is a test environment?...
asked Jul 9, 2021 in Education by JackTerrance
0 votes
    What are the different phases of an automation testing process?...
asked Oct 19, 2020 in Technology by JackTerrance
0 votes
    What's the purpose of automation testing? 1. It allows developers to build faster applications. 2. It reduces the bugs ... It makes it easier for testers to test the applications....
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    Which one of the following is not an automation testing framework/tool? 1. Selenium 2. Cypress 3. Protractor 4. Angular...
asked Jul 11, 2021 in Education by JackTerrance
0 votes
    What is Protractor in automation testing?...
asked Jul 10, 2021 in Technology by JackTerrance
0 votes
0 votes
    ________ is an operational framework that stimulates software consistency and standardization through automation while emphasizing ... (2)DevSecOps (3)DevOps (4)Automation...
asked May 18, 2021 in Technology by JackTerrance
0 votes
    What tools do you use for performance testing and automation?...
asked Feb 9, 2021 in Technology by JackTerrance
...