Welkom bij een nieuwe maandelijkse kennisnieuwsbrief!
In deze nieuwsbrief weer wat interessante meetups die je online of live kunt volgen. Opvallend: AI speelt inmiddels bij bijna alle meetups een rol. 🪄✨
Zo laat Gil Zilberfeld zien hoe je AI inzet bij het testen van API's. Op 4 november legt Ole Lensmar uit hoe je met hulp van AI je CI/CD pipelines verbetert voor testautomatisering.
November is ook de maand waarin een delegatie van Newspark naar Milaan gaat voor de Testing United conferentie. Voor de thuisblijvers is er in Amsterdam AutomationSTAR.
Verwacht ook blogs over de conferentie in Milaan een volgende nieuwsbrief!
Als laatste in deze nieuwsbrief een AI-vrij blog over test case management, een blog over Playwright agents en een blog van onze eigen Jan-Pieter over het structureren van een Python-Playwright test automation project.
Veel leesplezier! 📖😊
Meetups
4 nov | How to scale automated testing beyond CI/CD pipelines
"Discover why CI/CD pipelines weren’t built for today’s testing realities. As AI-driven development accelerates release cycles, traditional CI/CD pipelines are buckling under the weight of automated testing, leading to slower feedback, brittle environments, and rising infrastructure costs."
10 - 11 nov | Amsterdam | AutomationSTAR | Test Automation Conference Europe
"Whether you're scaling automation, testing smarter, or building resilient systems - AutomationSTAR delivers the tools, tactics, and community to help you lead with confidence.
From AI-powered testing to sustainable automation practices, this is where the brightest minds shape the future of quality engineering."
11 nov | API Testing with AI
"API testing includes so many things in it - functionality, data, performance, security. We'd like to know as much as we can about our APIs, but we've got so little time.
Can AI help? You bet. It can help in planning, case suggestions, preparations for testing, documenting the tests and help with integration with our favorite tools. Things that took hours now take seconds. API Testing is changing.
We want to take advantage of AI's power, and make sure that our testing is not only productive, but effective. I'll show you how."
24 - 27 nov | Agile Testing Days 2025 | Onsite & Online Conference
"More than 140+ sessions including inspiring keynotes, experience talks, hands-on workshops and full-day tutorials covering the latest agile software testing insights for you."
Internet Tips
If It’s Not Written Down, Did You Really Test It?
"In the rush of agile development, I’ve seen many teams skip over what some might call “formal QA practices.” No test plans, no test…"
Playwright Agents: AI Plans, Writes & Fixes Your Tests Automatically! 🎭 - YouTube
In this video, you'll learn about Playwright's three powerful AI agents:
- 🤖 Planner Agent - Explores your app and creates detailed test plans
- ✍️ Generator Agent - Transforms plans into executable Playwright tests
- 🔧 Healer Agent - Automatically fixes failing tests by inspecting UI and updating locators
newspark news
Van chaos naar structuur: zo bouw je onderhoudbare Playwright-tests in Python
Playwright is een krachtig framework voor end-to-end testing — snel, stabiel en geschikt voor alle moderne browsers. Veel teams kiezen voor JavaScript of TypeScript, maar onze collega Jan-Pieter laat zien dat Python minstens zo’n sterke keuze is.
In zijn nieuwste blog deelt hij hoe je met Python gestructureerde, onderhoudbare en schaalbare testscripts bouwt in Playwright. Met een slimme gelaagde architectuur — van API- tot UI-laag — blijft je testcode overzichtelijk en professioneel.