This week we continue with Selenium, focusing on Locators & Actions. Register to receive a calendar invite for the live workshop.Catch the recording on YouTube.
Tag Archives: video
Getting Started with Python for Test Automation – workshop week 6
Further exploring Pytest, introducing Python Classes Functions with *args and **kwargs structures in more detail.
Getting Started with Python for Test Automation – workshop week 5
Further exploring Pytest, introducing Python Classes Functions with *args and **kwargs structures in more detail.
Getting Started with Python for Test Automation – workshop week 4
This week we introduce Pytest a test framework for Python.We write and run automated tests and learn more about functions and classes while exploring Python data structures in more detail. Register to receive a calendar invite for the live workshop.Catch the recording on YouTube.
Getting Started with Python for Test Automation – workshop week 3
In this workshop, we explored Python data structures: List, Dict, Tuple, Set We also introduced functions and for loops. There were lots of mistakes and (I was told) too many references to Monty Python and the Holy Grail.
Getting Started with Python for Test Automation – workshop week 2
This week we review Python programming basics and install VS Code to edit programs. We learn more about different variable types in Python including Strings, Bools, and introduce Lists. We cover conditional expressions and operators.
Getting Started with Python for Test Automation – workshop week 1
This is our first workshop in the Getting Started with Python course. We cover installing Python on Windows (or Mac) as well as using pyenv to install different versions of Python. We introduce the interactive Python REPL and install iPython with pip. We then start with the basics of programming Python with the classic “Hello World”Continue reading “Getting Started with Python for Test Automation – workshop week 1”
