Purpose of Automated Testing

Automated testing is a test method without much user involvement during the process.

They increase robustness and reliability of the application when:

  • The application grows
  • The development team changes

They ensure that:

  • Changes don’t break existing code
  • Bugs don’t arise again
  • New code is working expected