Test Automation with Python: 2 Python for Testers

Test Automation with Python: 2 Python for Testers

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3h 14m | 454 MB

This second course in the Test Automation with Python series focuses on writing code to automate software testing. As opposed to no-code tests where you record your actions in an app for later playback, writing code for automation gives you more flexibility in many cases, such as when a small change to the app causes the testing process to change. This course also explains the choice of Python as the programming language. While Java is probably the most popular language used with Selenium and Appium, it can lead to unnecessary complexity and confusion unless you know it well. Python, meanwhile, is powerful, simple, and expressive, and in some ways is more flexible in terms of executing UI test automation. This course walks you through the entire process, from installing Python, to writing your first script, all the way through completion, testing, and troubleshooting your code.

Table of Contents

1 Python for testing
2 Getting Python
3 Your first Python script
4 Variables and types
5 Functions and operators
6 Control flow
7 Classes
8 Imports and libraries
9 Exceptions and exception handling
10 Writing a Python test

Homepage