1.

What are the types of automation testing?

Answer»

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.


Discussion

No Comment Found