Uncategorized

It’s Not Your Tests, It’s Your Testability

Let’s talk about that test. The one that’s always flaky. The one that takes twenty minutes to run and fails for a different reason every time. Your first instinct is to blame the test. Maybe the locator is wrong, maybe… Continue Reading…

Uncategorized

Your CEO is in the AI Arms Race. Your Job is to Provide the Guardrails.

Let’s talk about the new math of the AI revolution. The promise is simple and seductive: your developers can now deliver five times faster. Your CEO loves it. Your product managers are ecstatic. The whole company is high on the… Continue Reading…

Uncategorized

Your AI is a Genie, Not a Guru: How to Supervise Your New Assistant

Let’s talk about our new AI assistants (soon to be overlords). After all, AI in software testing is all about help. Everyone’s excited about the promise: they can boost our productivity, generate tests, and free us to do the real… Continue Reading…

Meme: Disaster girl Ran a couple of prmopt just to be sure.

Uncategorized

Intro to AI App Testing – “From Guesswork to Confidence” Webinar recording

Testing AI applications can feel unpredictable. You might run the same prompt twice and get two different, valid answers, which raises the question: how do you build reliable automated tests for that? AI app testing is a modern challenge. If… Continue Reading…

Uncategorized

Migrating Test Code with AI: From Frameworks to Languages

One of the questions I always get asked for recommendations on, is moving from one framework to another—or even one language to another. When you’re already invested in some infrastructure, moving to a new one is, let’s say, risky. Not… Continue Reading…

AI Code refactoring - Jarvis refactor that code

Uncategorized

Refactoring, AI Style

You know what the T in GPT stands for? Transformation. And what is refactoring if not transformation? Refactoring is changing the code, without changing the functionality. And I don’t know if you’ve tried AI code refacotring yet, but it’s a… Continue Reading…

API Test Automation: Data The Next Generation

Uncategorized

Test Data Bottleneck Unplugged – API Test Automation with AI

The cool thing about testing is the learning. In the world of API test automation, some of us are excited to learn that the system actually does what it needs to. Some of us are excited when we find a… Continue Reading…

Your Kind of Automation - AI in Software Testing

Uncategorized

Your Kind Of Automation – Using AI

We all know we can’t automate something that we haven’t run manually. It could be a set of APIs that we need to call in sequence, copying IDs from response to request bodies. It could be filling forms and seeing… Continue Reading…

Uncategorized

AI for API Testing: How I Used AI and Star Trek to Generate Better Test Cases

If you’re in the world of API testing, and even if you’re not, it’s very clear what you need to test. The cool thing about APIs is that they are well-defined. REST APIs or GraphQL have schemas based on HTTP.… Continue Reading…

meme: trying to sleep, but brain reminds that the test generator is on

Uncategorized

Testing with AI: Overcoming Tester’s Block

Let’s talk about Test Idea Generation You know what’s good about AI? Well, at least for our purpose: overcoming tester’s block. Major LLMs, like Claude or ChatGPT, are trained on all kinds of data out there. A lot of the… Continue Reading…