Agenda
Browse 20+ unique sessions, purpose-built for your role, and to be actionable so you can hit the ground running as soon as you get home. See what's on deck, and stay tuned as new sessions are announced.
October 20
Track
Session Details
October 21
Track
Session Details
8:00 - 9:00 am
Registration and Breakfast
10:30 - 11:15am
Traps to Avoid: Fundamentals You and Your Agents Need
William Montbleau
Lead SQA, Valitana
Traps to Avoid: Fundamentals You and Your Agents Need
New to mabl, or mentoring someone who is? The mistakes are the same ones Bill Montbleau has flagged for years, and they aren't just a novice problem: a new user recording a 500-step test no one can maintain, and a developer writing custom JavaScript to generate a random string mabl can already do out of the box, come from the same root cause. As more teams adopt agentic test authoring in mabl, those old habits and skills matter in a new way: knowing what a test should actually test doesn't go away just because an agent is writing it. Bill walks through the fundamentals every new mabl user needs, new or experienced, agent-assisted or not.
Changing the Game: Autonomous Loops and the Rise of the Quality Ecosystem
Bruce Vaughn
Principal Quality Engineer, Stratus
Changing the Game: Autonomous Loops and the Rise of the Quality Ecosystem
What happens when an agent decides whether a Jira ticket needs test coverage, builds it, runs it, and ships the result before a developer opens their laptop?
This session walks through how Stratus built a fleet of orchestrated bots — powered by mabl's MCP and n8n — that read tickets, inject preconditions, author and execute tests, and push straight to CI/CD, pulling in a human only for the edge cases that genuinely need one. It's not zero-touch — it's an autonomous loop, and that distinction matters: the humans still in the loop aren't testing tickets one by one anymore, they're coaching quality across the whole system.
The team behind it saw a 10x jump in quality automation productivity within 30 days. Leave with the architecture, the routing logic, and a playbook for earning your engineering org's trust in autonomous testing.
This session walks through how Stratus built a fleet of orchestrated bots — powered by mabl's MCP and n8n — that read tickets, inject preconditions, author and execute tests, and push straight to CI/CD, pulling in a human only for the edge cases that genuinely need one. It's not zero-touch — it's an autonomous loop, and that distinction matters: the humans still in the loop aren't testing tickets one by one anymore, they're coaching quality across the whole system.
The team behind it saw a 10x jump in quality automation productivity within 30 days. Leave with the architecture, the routing logic, and a playbook for earning your engineering org's trust in autonomous testing.
11:15 - 12:00pm
Describe, Don't Script: Testing Non-Deterministic AI and Unlabeled UIs
Brian Miller
Software QA Lead
Describe, Don't Script: Testing Non-Deterministic AI and Unlabeled UIs
Testing has always meant specifying exact inputs and expected outputs, but that breaks down fast against non-deterministic AI. Brian Miller learned this testing three of SealingTech's AI-driven products. His shift wasn't a new technique, it was a new mindset: describe the outcome you want to achieve and the element you're checking for, and let mabl's agents find both. He'll show how that same descriptive approach validates AI outputs with no fixed answer and locates UI elements with no IDs or labels, once thought unautomatable.
How PIB Built Quality Into Their ADLC
Reshmi Vayyapuri
Software QA Manager, PIB Group
How PIB Built Quality Into Their ADLC
One line kept coming up as PIB built their AI-driven development lifecycle: if you write the code, you shouldn't be the one verifying your own assumptions — someone else has to. When agents are doing the writing, that question gets sharper. Reshmi Vayyapuri will show how she built verification into the workflow: reading the features and user stories, checking coverage against the code for edge cases, having testers confirm the right scenarios are captured, and using mabl to author the automated tests. You'll leave knowing how to make independent verification part of an agentic build, not an afterthought.
12:00 - 1:00pm
Lunch
1:00 - 1:45pm
From DOM-Hunting to Release-Ready
Ojasvi Agarwal
Software Engineer, Hewlett Packard Enterprise
From DOM-Hunting to Release-Ready
The hardest part of testing data center networking isn't the UI: it's validating data that lives on private networks a testing platform can't reach. Ojasvi Agarwal, a systems and software engineer at HPE, shows how her team wired a custom backend into mabl so its product can prepare for weekly releases.
She'll walk through the backend integration itself, how her team authors tests, and how mabl helped them move beyond brittle tests where a single UI change could trigger hours of DOM hunting and put release timelines at risk. You'll see how they use mabl and MCP to retrain tests quickly enough to keep pace with frequent UI changes, triage failures efficiently, and validate their own datacenter assurance workflows. Beyond mabl, she'll also share how the team validates the output of their own agentic chatbot against golden answers to ensure trustworthy results.
You'll leave knowing how to extend mabl to environments it can't access directly and build a resilient test suite that keeps you release-ready, even as your product evolves week after week.
She'll walk through the backend integration itself, how her team authors tests, and how mabl helped them move beyond brittle tests where a single UI change could trigger hours of DOM hunting and put release timelines at risk. You'll see how they use mabl and MCP to retrain tests quickly enough to keep pace with frequent UI changes, triage failures efficiently, and validate their own datacenter assurance workflows. Beyond mabl, she'll also share how the team validates the output of their own agentic chatbot against golden answers to ensure trustworthy results.
You'll leave knowing how to extend mabl to environments it can't access directly and build a resilient test suite that keeps you release-ready, even as your product evolves week after week.
The Value Problem: A Product Manager's Case for Testing
Chris Johnson
Enterprise Test Automation Product Manager, Eli Lilly
The Value Problem: A Product Manager's Case for Testing
Every quality team has felt it: leadership doesn't see the value in testing. In this session, Chris Johnson, Associate Director of Enterprise DevOps Automation and Tools, will explore the value of testing from a product management lens and make the investment case in the same language for any other product investment. He walks through the metrics that actually moved the needle with leadership and how framing testing as a product decision (not an engineering line item) reset the conversation about quality's value. Walk away from this session with a perspective you can adapt for your own executives.
1:45 - 2:30pm
From Pilot to Scale: Avant-Garde's Testing Journey
Lin Nykiel-Bub
Sr QA Analyst, Avant-Garde
Mariya Joseph
Automation Lead, Procap
From Pilot to Scale: Avant-Garde's Testing Journey
Buying a testing platform is the easy part. Getting real value from it is where most teams stall. In this fireside chat, a Senior QA Analyst from Avant-Garde Health, a healthcare technology company, shares the honest story of their mabl rollout: the early friction, the turning point, and how partnering with Procap, a mabl systems integrator, helped them put Test Authoring and Test Recovery to work — cutting manual regression effort and building coverage that's held up over time. Attendees leave with practical, repeatable lessons for getting to value faster with mabl, whether they're just starting out or scaling up.
Steal These Skills: Extending mabl's Public Skill Library
Dani Paul
Agentic Experience Engineer, mabl
Steal These Skills: Extending mabl's Public Skill Library
Your coding agent knows how to write code. It doesn't know how your team tests. Dani Paul, mabl's Lead Agentic Experience Engineer, has been building the public skill library at github.com/mablhq/skills, teaching Claude Code, Copilot, and Codex to set up a project, design coverage, author tests, and debug failures against mabl. She'll show what each skill does, where the library goes next, and how to turn a process your team already repeats into a skill of your own. You'll leave with the plugin installed and your first skill drafted.
2:30 - 3:00pm
Refreshment Break
3:00 - 3:45pm
The Platform Was the Easy Part: Change Management for Agentic Testing at Scale
Marcio Duarte
Product Owner, Abstracta
The Platform Was the Easy Part: Change Management for Agentic Testing at Scale
Standing up an agentic testing platform is the easy part. The real work is getting an organization to trust agents, change how teams work, and sustain adoption past the pilot. In this fireside chat, Marcio Duarte of mabl partner Abstracta draws on years of guiding engineering teams through large-scale rollouts to unpack what actually stalls them. Expect the resistance patterns that surface in nearly every implementation, and patterns from successful rollouts. You'll leave with the people signals that predict success and a change approach you can run with your own team.
From Flaky to Fast: Transforming Mobile App Testing at SmugMug
Corina Abbey
Quality Engineer, SmugMug
From Flaky to Fast: Transforming Mobile App Testing at SmugMug
Manual testing and flaky Espresso tests were slowing our releases down, so we adopted mabl Mobile to automate native app testing and cut manual effort by 75% while eliminating flakiness. Integrating mabl into our CI/CD pipeline lets us verify build quality automatically for every individual build, then run our full test suite before anything reaches final QA on devices. The result: faster releases, fewer surprises, and a testing process the whole team trusts.
October 22
Turn proof into practice
Track
Session Details
8:00 - 9:00am
Registration and Breakfast
9:45 - 10:15am
AI in Testing Is Not a Tool Strategy:
Building Vision, Governance, and Measurable Impact
Saurayan Chaki
Quality Engineering Practice Lead, Deloitte
10:30 - 11:15am
The Quality Engine: Amplifying QE in the Age of AI
Jessica Mosley
Director, Quality Engineering, TrustCloud
The Quality Engine: Amplifying QE in the Age of AI
AI didn't just change how we build software. It changed how we think, work and make decisions. We gained speed, generated more and removed friction, but somewhere along the way, some of that friction turned out to be where critical thinking lived.
And AI didn't create every problem we're seeing. In many cases, it exposed the cracks that were already in the foundation: disconnected tools, weak context, missing evidence, inconsistent quality practices and workflows held together by humans jumping from system to system.
So instead of asking how AI could replace another part of Quality Engineering, Jessica asked a different question: "What if I used AI to amplify it?"
In this session, Jessica will share how she built the Quality Engine, an intelligence layer that brings together Claude, mabl, Atlassian, GitHub , Slack , DataDog, Honeycomb and more around the way my team actually works. But this isn't a talk about connecting tools. It's about what happened when AI was given access to quality context, engineering signals and evidence, and why the Quality Engineering mindset became more important, not less.
She'll explore how intelligent quality systems can reduce context switching, connect evidence across the engineering lifecycle and help QEs spend less time finding information and more time questioning, investigating and making better decisions.
And AI didn't create every problem we're seeing. In many cases, it exposed the cracks that were already in the foundation: disconnected tools, weak context, missing evidence, inconsistent quality practices and workflows held together by humans jumping from system to system.
So instead of asking how AI could replace another part of Quality Engineering, Jessica asked a different question: "What if I used AI to amplify it?"
In this session, Jessica will share how she built the Quality Engine, an intelligence layer that brings together Claude, mabl, Atlassian, GitHub , Slack , DataDog, Honeycomb and more around the way my team actually works. But this isn't a talk about connecting tools. It's about what happened when AI was given access to quality context, engineering signals and evidence, and why the Quality Engineering mindset became more important, not less.
She'll explore how intelligent quality systems can reduce context switching, connect evidence across the engineering lifecycle and help QEs spend less time finding information and more time questioning, investigating and making better decisions.
We Ship with Agents Too: mabl Engineers on Building in an Agentic Era
We Ship with Agents Too: mabl Engineers on Building in an Agentic Era
Every engineering team is working out how much to hand to agents, and most of the honest conversation happens behind closed doors. mabl's own engineers build an agentic testing platform using coding agents every day, and they'll talk about what actually changed: where they let agents run, where they pump the brakes, how code review shifts when an agent wrote the diff, and what broke before it worked. You'll leave with concrete patterns for putting agents to work on your team, and a candid read on what's still hard.
11:15 - 12:00pm
Relearning mabl: A Ramp Plan for Your Whole Team
Dennis Nelson
Customer Education, mabl
Relearning mabl: A Ramp Plan for Your Whole Team
If your team learned mabl two years ago, they learned a workflow that isn't the fastest path anymore. Dennis Nelson walks through how onboarding works now: what a new hire should learn in week one, what experienced users need to unlearn, and where the skills such as Test Authoring and Failure Analysis can give your team time back. He'll share the sequence mabl University uses and the checkpoints that show a team is actually ramped, not just trained. If you thought you knew mabl fundamentals, you'll learn new ways of working with mabl that will amplify your impact. You'll also leave with a ramp plan you can run for your next hire.
Building Agentic Engineering Infrastructure
Geoff Cooney
Head of Technology, mabl
Building Agentic Engineering Infrastructure
Every engineering team has a few developers getting 2-5x from coding agents. Very few have made that the default for everyone. Geoff Cooney retraces how 25 engineers at mabl went from ad hoc agent use to agentic development as the standard workflow across 75+ repos: the friction that forced each architectural decision, the shared context and skill layers underneath it, and the governance that took PR volume from 291 to 732 a month on flat headcount. You'll leave with the playbook to run at your own org, and learn from the challenges we faced.
12:00 - 1:00pm
Lunch
1:00 - 4:00pm
Design Your Agentic Development Rollout
Saurayan Chaki
Quality Engineering Practice Lead, Deloitte
Dan Belcher
Co-Founder, mabl
Geoff Cooney
Head of Technology, mabl
Design Your Agentic Development Rollout
A few of your developers are getting 2-5x from coding agents. Most organizations never get past that stage: disconnected pilots, unclear ROI, and automation theater that looks like progress on a slide. This 3-hour workshop, limited to 10 engineering leaders, is where you design your ADLC. Deloitte opens by benchmarking your org's agentic maturity across tools, process, and people, and naming the anti-patterns already costing you. Then the room gets to work on your operating model: which workflows agents own first, the skills and shared context they need, human-in-the-loop decision rights, and KPIs tied to business value instead of test-case counts. You leave with a first-draft blueprint, pressure-tested by nine peers.
Reimagine the Workflow: A Hackathon
Darrel Farris
Solutions Engineering Manager, mabl
Reimagine the Workflow: A Hackathon
Three hours, the mabl MCP server, and no assigned problem. Point mabl's agents at whatever you've been meaning to try: a test suite that authors itself from your Jira backlog, a failure-triage bot that lives in your team's Slack, a coverage check that runs on every pull request, or something nobody's thought of yet. You'll have the Test Authoring, Test Execution, and Failure Analysis skills to build on, mabl engineers on the floor to unblock you, and demos to close out the hackathon. Bring a laptop with VS Code and your coding agent of choice. You'll leave with a working prototype and learnings from other builders. Projects will be judged on user value, strategic value, technical achievement, and presentation.
4:00 - 5:00pm
Closing Keynote and Awards Presentation
Explore additional experiences
Schedule time in the mabl Labs for dedicated technical support with your toughest testing challenges, or stop by the mabl and partner booths during breaks to maximize your learning opportunities at Experience.

mabl Labs
Ready to level up your testing? Schedule 1:1 time with mabl experts for a workspace audit, solving tough technical challenges, or scaling your coverage.

mabl Demos
Be the first to experience mabl's latest releases with 1:1 demos designed to show you what's possible in your workspace.