August 19, 2025
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…
August 19, 2025
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…
August 12, 2025
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…
August 5, 2025
Welcome back to my “…with AI” series! In this latest session, we’re diving deep into a topic every developer grapples with: unit testing. But we’re giving it a 21st-century spin by bringing AI into the mix. We’ll explore how AI-powered… Continue Reading…
July 29, 2025
Let’s talk about AI and testing. And not just because everybody does. Let’s talk about what we never have enough. Time. No matter what we do, we’ve got more work than we have time. So we try to save time.… Continue Reading…
July 22, 2025
Once more, I’ve returned to DevGeekWeek, and I gave a whole seminar on Shift Left. Which shifted to AI pretty quickly We’ve discussed what is left, and what is right. This was as mixed audiecne of developers and testers, and… Continue Reading…
July 15, 2025
I’ve already talked about code coverage of unit testing, and why the metric sucks. In short, code coverage sucks because of two things. As a measurement it doesn’t tell us much about quality, and some people (I will not name… Continue Reading…
July 8, 2025
Let’s continue our discussion of High-Level Test Planning. We’ve already discussed the content and what makes a good plan. At this point, we seem to know what goes into the plan, as well as prioritization and accepted quality level. We… Continue Reading…
July 1, 2025
When I planned this webinar, I thought it would be like the “API testing with AI“, only for web. But as it happened it turned out to be a lot different. “Web Testing with AI” is more about the struggle… Continue Reading…
June 24, 2025
Recently, I was invited to talk on the BrowserStack webinar series on AI. So naturally, I did my “Testing with AI” bit. In this session, I talk about how LLMs can benefit testers, and what to look out for. I… Continue Reading…
June 17, 2025
Today I want to talk about test planning, and specifically about high-level planning. This is a continuation of this blog post, when we started talking about test planning, in general. I suggest reading it first. Anyway, long story short –… Continue Reading…