Test Automation with Python: 1 Introduction to Automated Testing
30mBeginner2021-05-17
Authors

HeadSpin University
Elearning Platform
Course details
The Test Automation with Python series from Headspin University is designed to teach automation skills and tools for testing applications in Appium and Selenium, the world's most popular UI automation tools. But before getting into the automation itself, this first course delves into the concept of testing, from the etymology of the word, to how to design useful tests for your software. While using software as it is meant to be run seems like an obvious test, it’s also helpful and necessary to imagine conditions for the software that its developers might not have thought about. The history of automation is also covered, highlighting the fact that most software is in fact a form of automation. After this course, you’ll have a solid foundation of automated testing and be ready to move on to the next course in the series.
Skills covered
AppiumSeleniumSoftware TestingPythonEssential TrainingProgramming LanguagesOpen SourceSoftware Development
Concepts
1. Introduction to Automated Testing
- 01 - What is testing
- 02 - Kinds of testing
- 03 - Automation vs. manual testing