What is Automated Testing? cover image

What is Automated Testing?

Exploring the world of quality assurance and discussing automated testing for our web and mobile applications.

Profile image of The Startup Lab
Jan 16, 2019 • 7 min read
4.32 (28)
Software Development
Testing
Quality-Driven development
Agile Testing
Quality Assurance
Show more

Summary

The Startup Lab host Dave breaks down what automated testing really is and its key benefits to web and mobile applications in this clip. He states that as a software manager your goal is to catch defects before they are shipped to your customers for the best experience possible, to ensure high software quality. A must-watch for all those looking to learn more bout the importance of automated testing and the types of testing.

Takeaways

  • An application that fails to do automated testing has a lot of defects and could be hard to retain let alone attract new users.
  • Automated tests are a fast way of checking the application code base for defects.
  • Generally, tests are scripts that run against our (code) features to determine if the results produced are what we expected.
  • Having automated tests for your software ensures a high level of software quality by helping you catch bugs before they actually reach the users.

Suggested Resources