STARWEST 2026 - General Management
Customize your STARWEST 2026 experience with sessions covering general project management.
Sunday, September 20
Strategies for Testing AI-Based Systems
Fundamentals of AI—ICAgile Certification (ICP-FAI)
Monday, September 21
Test Automation: How to Start and Succeed
Many organizations invest a lot of effort in test automation at the system level but then have serious problems as their product matures and changes over time. As a leader, how can you ensure that your new automation efforts will get off to a good start? What can you do to ensure that your automation work provides continuing added value? Chris Loder will explain the critical issues you need to know to get a good start, and he will share his extensive experience in building great automation. He covers the most important management issues you should address for test automation success,...
Become an AI Power User
Impostering a bit in the AI-verse? Overwhelmed by daily AI announcements? Unsure you're using AI most effectively? Tiny bit of FOMO? Jeremiah has you covered! In this workshop, he'll help you become an AI Power User. Become a boss at your job, whatever your role or industry! He'll show you where AI shines and where you'll want to be careful, plus toss you lots of hands-on practice. In the time together, Jeremiah will help you pinpoint YOUR niche, build a custom AI assistant, and develop a comms strategy to show off your new skills. You'll walk out with cutting-edge knowledge, a...
Stop Guessing and Start Planning with Better Behavior Discovery
Are you tired of working on user stories that seem to be missing vital details for testing? Are you frustrated with being left out of vital design conversations? Or are you fed up with sizing estimates that never turn out to be true to reality? Then it’s time to stop guessing your way through product development and start planning it with better behavior discovery. In this tutorial, we will learn how three vital roles – business, development, testing – can collaborate on what features to build and test through the structured activities of story mapping and example mapping. We will practice...
Testing AI Systems That Refuse to Sit Still: Practical Evals, Red Teaming, and Oversight for AI Agents
NewModern AI systems don’t behave like traditional software. The same prompt can produce different outputs, models can drift without code changes, and AI agents may hallucinate, misuse tools, leak context, or confidently invent facts while appearing completely functional. In this hands-on tutorial, Jeremiah Marble will show attendees how to test and harden modern AI systems using practical, lightweight techniques teams can apply immediately. Participants will build tiny AI agents, intentionally break them through prompt injection, unsafe outputs, hallucinations, and memory drift, then create...
Automation Framework Essentials
Automation is critical in today’s software delivery lifecycle, and yet many organizations struggle to keep their automation running. How can we mitigate difficulties and get consistent automation runs and results we can trust? The secret is implementing a solid automation framework, but that isn’t as easy as it seems. Chris Loder has built several automation frameworks over his career and has learned what works—and, more importantly, what doesn’t. This tutorial will cover what an automation framework is, the benefits of having one, and the keys to a successful framework, including...
Tuesday, September 22
Agentic AI: From Rules to Reasoning
NewAI agents have existed for decades, but generative AI has fundamentally changed what agents can do and how they are designed and built. Come and explore the evolution of AI agents across two major waves. First, learn the foundations of Agentic AI through agents built using rules, heuristics, and traditional machine learning, examining where these approaches excel and why they struggle with complexity, ambiguity, and scale. Then dive into the second wave of agents powered by generative AI and multimodal large language models. These modern agents can reason, plan, use tools, and interact...
Holistic Performance Testing for Modern Applications
With the advent of frameworks like Angular, React, and Vue, the landscape of application performance has changed significantly in terms of testing and measurement. Gone are the days of measuring response time as a single value based on back-end performance. In modern web and mobile applications, additional layers need to be peeled apart at the front end to truly understand its performance characteristics. Traditional approaches to performance testing are no longer sufficient to provide a delightfully responsive user experience. Join Kaushal Dalvi as he details new developments in the...
Agile Test & Transformation Leadership in Action
Leading and driving change in our companies, organizations, and teams can be as difficult as pushing a wet rope uphill! Even with the best processes and tools, we may not achieve our business and customer satisfaction goals when our environment is stuck in the status quo. Ultimately, transforming an organization is about changing culture. Our values, beliefs, goals, assumptions, purpose, priorities, and other factors influence culture. Test managers and leaders are critical players in driving cultural change. Mike Sowers will explore the key attributes of being a Test Transformation Leader...
Quality and Testing Measures and Metrics
To be most effective, leaders—including development and testing managers, ScrumMasters, product owners, and IT managers—need metrics to help direct their efforts and make informed recommendations about the software’s release readiness and associated risks. Because one important evaluation activity is to “measure” the quality of the software, the progress and results of both development and testing must be measured. Collecting, analyzing, and using metrics are complicated because developers and testers often are concerned that the metrics will be used against them. Join Jeff Pierce as he...
Wednesday, September 23
Tester 2.0—Becoming Indispensable in the Age of AI
Over the past few months, it has become clear that human testing expertise isn't going anywhere. However, surviving the AI era is not the same as thriving in it; simply "not being replaced yet" isn’t the same as being future-ready. With code being produced faster than ever and teams getting leaner, there seems to be a growing gap between code velocity and code quality. Are we just going to have to live with the fact that software quality is in decline? The answer is "no, but..." While some things stay the same, testers of tomorrow need to prepare for the trials ahead. Advocates for quality...
How Technical Program Management Became the Architecture Layer of Modern AI Execution
As Generative AI moves from prototypes to production, one truth is emerging across every major tech organization — scaling AI responsibly isn’t just a data, science or engineering challenge but also an orchestration challenge. Behind every AI system that ships reliably, there’s a hidden architecture of alignment: between model builders, applied scientists, data engineers, security, compliance, and product teams. In that architecture, Technical Program Management (TPM) is becoming the connective tissue — the execution layer of modern AI. In this talk, Raj Karan shares lessons from leading...
Beyond Coverage: Governing GenAI-Generated Tests with Metrics Leaders Can Trust
Generative AI has created a new risk for quality leaders: "Coverage Theater." This occurs when AI-generated test suites inflate code coverage metrics to record highs while silently reducing assertion quality, leaving teams with green dashboards but escaping defects. In this session, Niranjan will dismantle this illusion by implementing a Quality Governance Audit using two advanced metrics that reveal what coverage hides. He will introduce the Assertion Strength Index (ASI), a scoring framework that rates tests from generic "existence checks" to rigorous business validation, exposing GenAI’...
The Future of Test Automation: Trends, Challenges, and Your Burning Questions - Panel
Test automation is evolving at an unprecedented pace, driven by AI, continuous testing, and the ever-increasing complexity of modern software development. Join us for an engaging panel discussion where industry experts will explore the latest trends in test automation, including AI-powered testing, low-code/no-code automation, and the role of testers in a rapidly changing landscape. This session will also serve as an open forum for attendees to ask any lingering questions from the conference. Whether it’s about the future of automation, best practices, or the impact of AI on testing roles...
Thursday, September 24
The Quality Engineering Mindset: High-Performance Frameworks for Career and Personal Growth
Success in software testing depends on more than technical know-how—it requires a unique set of skills that can elevate both your work and your personal growth. The mindset, habits, and analytical approach testers develop are powerful assets for thriving in an ever-changing world. The core skills honed as a tester—curiosity, critical thinking, adaptability, and clear communication—are exactly what you need to solve complex problems, make smart decisions, and drive improvement in any domain. Kulas explores how the essential skills of a software tester—like questioning assumptions, focusing...
Testing Event-Driven Systems Without Losing Your Sanity: Practical Patterns for AWS Serverless and Asynchronous Workflows
Event-driven architectures promise speed and scale, but they also introduce testing pain: eventual consistency, non-deterministic timing, duplicated events, and failures that only appear in production. In this talk, Parthiban will share a practical, field-tested approach he has used while leading distributed teams building regulated FinTech workloads on AWS serverless components such as Lambda, EventBridge, Step Functions, SQS, and API Gateway. He’ll start with the common failure patterns that make traditional end-to-end testing brittle, slow, and expensive. Next, he will walk through how...
Global Teams, Unified Quality—Building a Single Quality Mindset Across Borders
In the world of Quality Engineering, the distance between "Developer" and "Tester" is already a challenge. Add 8,000 miles and a 12-hour time difference, and that gap can become a canyon where bugs hide and requirements die. Poorva Dixit, a Senior Manager with nearly two decades of experience in QA and Test Automation, argues that successful offshore leadership isn't about micromanagement, it's about rigorous process and radical human connection. This session unpacks the "One Team" framework: a methodology for erasing the line between onshore strategy and offshore execution. Attendees will...
Testing in Production: How QA Frameworks Debug Life's Messy Systems
As QA professionals, we're experts at identifying system failures, analyzing root causes, and implementing sustainable fixes—at work. But when Alison McGuigan's personal life became a critical severity issue (layoff, miscarriage, postpartum fog, and a chaotic household), she realized she'd never applied that same rigor to her own circumstances. She treated her messy house like a failed deployment. So she ran an 8-week experiment: What if she debugged her life like a QA project? She conducted root cause analysis to find real problems beyond surface symptoms. She defined "minimum viable...
Cartoon Logic, Real Automation: What We Learned from Saturday Morning Cartoons
Do you remember sitting in front of the TV on Saturday mornings, bowl of cereal in hand, glued to your favorite cartoons? In this interactive session, Chris Loder brings that nostalgia to life, and invites you to help connect the dots between classic cartoon wisdom and modern test automation practices. Through real-time audience participation, live polls, and open discussion, we'll explore how characters like Scooby Doo®, Wile E. Coyote®, and Bugs Bunny® accidentally (or cleverly) taught us principles that apply directly to automation strategy, code reuse, and team collaboration. What can...