Joining Panel Discussion on AI in testing

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”

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”

ChatGPT can’t calculate Fibonacci sums

I tried to get ChatGPT to teach me a simple coding challenge today… With a little help (from me), it got the following Python code: I asked ChatGPT why when I run the code I get a different number (17710): Here, it fails to stop before 10000. But still thinks it gets 19683 (instead ofContinue reading “ChatGPT can’t calculate Fibonacci sums”

Test Automation Training

Testers aren’t developers. At least most of them aren’t. Or they didn’t start out that way. But now you have a bunch of automated tests, an organically grown test framework, and assorted tools for managing test data and environments. Your developers won’t touch the tests. They’re only kept running by a miracle — and byContinue reading “Test Automation Training”