I’ll be joining a panel discussion at the Globant Quanta NXT 2024 conference on August 29. The topic of discussion is : “Gear up for AI Impact on Businesses: Present and Future.” I told them I have “a contrarian opinion” on AI, and they said that’s ok, it’ll make the conversation more interesting. You canContinue reading “Joining Panel Discussion on AI in testing”
Author Archives: Aaron
QA or The Highway Talk
Last week, I went to Columbus Ohio to give a presentation on “Pair Testing and Other Radical Ideas”.The conference was great, I meet a lot of nice people, and my talk was well received. My favorite comment was from an another tester who said my talk kept him awake after lunch. Here are the slides:Continue reading “QA or The Highway Talk”
Getting Started with Python for Test Automation – workshop 7
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.
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.
Friday Test Workshop
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”
