What is Automation Testing?

preview_player
Показать описание
What is Automation Testing?

This video will show you everything you need to know about what is automation testing. Specifically, you’ll learn the scope of automation in software testing, why it’s a developer's best friend, how you need automation in order to succeed with CI/CD, the benefits of test automation for #testers and developers, and more.

0:00 Intro
0:29 What is Automation
0:58 Why automate unit test are important for developers
1:33 Automation for Developers
1:46 Automation for Testers
2:02 DevOps Automation
3:33 Benefits of Automation Testing
4:01 Quality for company
4:33 Bad Quality Can lead to loss of jobs
5:08 Can automate quality into an application
5:56 Simon Stewart creator of Selenium signs that you are doing automation wrong
6:36 Test Pyramid
8:08 Automate non-functional tests

💡==Resources==
Рекомендации по теме
Комментарии
Автор

Can't agree more about the testing pyramid. It's tempting to have the bulk of our automated testing focused on the UI because it's tangible and the way humans interact with apps. But the cost of implementation and maintenance often outweighs the benefits.

metamarcus