STAREAST 2025 - Concurrent Sessions
Concurrent sessions offer attendees the flexibility to explore a variety of topics throughout the conference on Wednesday and Thursday in order to customize their learning experience. Learn both enterprise foundations and new methodologies to grow your skills, supercharge your knowledge, and re-energize your career growth.
Wednesday, April 30
AI/ML SDET: A Title Change or a New Role?
Artificial Intelligence/Machine Learning Software Development Engineer in Test. What a title! But what does that person even do? Are they using AI/ML to test software? Are they testing AI or ML? This isn’t just a title change for a software tester, this is really a mind shift and tool change. What if you don’t even have a UI in which to test your product? What if you don’t ship a UI or even a product? The world of software is changing with advancements in AI/ML and it is time to make sure we level up our testing abilities to match the revolution. Join Kevin as he walks you through his...
Building a QA Team from the Ground Up
At some point in your career - especially at newer companies and start ups, there might come a time when you are hired onto a development team as the very FIRST QA hire! With such an exciting opportunity, there is so much at stake. Your performance will not only depend on your testing skills, but your ability to add value to the development process AND the product! In this presentation Stephanie will go over her own experience building a QA team, and some important milestones and challenges she hit along the journey. She will talk about how to evaluate the team you are being hired into,...
Revolutionizing API Quality Assurance with Contract Testing and Error Code Analysis
In today’s microservices-driven landscape, ensuring seamless communication between services is critical. Traditional testing methods often fall short when it comes to detecting integration issues early in the development cycle, leading to unexpected failures in production. Contract testing is emerging as a powerful solution to this challenge, providing a way to verify that services meet agreed-upon expectations without relying on full end-to-end testing. This session will delve into the fundamentals of contract testing and how it enhances API quality assurance by detecting inconsistencies...
SQL Server Indexing Strategies Using Query Store for Improved Performance in Retrieving Data
In the realm of database management, optimizing query performance is crucial, especially for SQL Server environments dealing with large datasets. The challenge lies in identifying and implementing effective indexing strategies that can significantly enhance data retrieval performance. During her talk, Navya will address the common issues of slow query performance and inefficient indexing, often exacerbated by the complexity of modern data systems and the dynamic nature of query patterns. To tackle this problem, she leveraged SQL Server's Query Store feature, which provides a powerful tool...
Test Automation Tune-Up with Cypress: Fixing Common Pitfalls and Boosting Efficiency
Sluggish tests, flakiness, and maintenance headaches can be signs of test automation anti-patterns creeping into your codebase. In this session, Anna Patterson will identify the most common pitfalls developers and testers encounter in Cypress—such as excessive reliance on UI interactions, hard-coded waits, unstable test data, and lack of isolation. She will break down how these issues impact your test reliability and offer actionable strategies to overcome them. By the end of the talk, you’ll be equipped with the knowledge to optimize your test suite for speed, stability, and long-term...
Exploratory Testing Superpowers: Unleashing Your Inner Batman
In this talk, Dan Reiley will touch on a common issue in software testing: scripted tests often miss hidden problems, especially when dealing with fast-changing software. Following rigid checklists limits the ability to uncover deeper bugs. To address this, QA teams the world over turn to exploratory testing, which involves learning, designing, and executing tests at the same time. Drawing from his experience at Sirius XM and with the SiriusXM app, Dan applied three important skills: observation, deduction, and documentation & adaptability. Through careful observation, he discovered...
Is Your Playbook for Generative AI in Test Automation on Point?
Generative AI allows us to create test automation scripts really fast, but how can we be sure the outcome is truly complete? In this talk, Julio will discuss the critical process of how to define your prompts and evaluate if the results from AI-driven test automation creation cover all the necessary bases. He will bring a playbook for GenAI in test automation created based on the results of research that collected advice and feedback from dozens of test automation engineers. In the session, Julio will discuss practical examples of the mindset, a set of steps to be followed when using...
How to Hire the Best Quality Engineers
Endless candidates, loops ending in no-hires, missing data to make an informed decision...hiring is hard. Plus, the cost of mis-hiring (and bringing on someone who isn't a good fit) is very high. But there is a better way. The first step is determining exactly what are the requirements that your candidate must have (hint: it's not a specific programming language or experience using a tool). Knowing what questions to ask which assess the core skills for the position is essential. Join George as he talks about how to find and hire the best Quality Engineers starting at resume reviews to...
Expanding Your Testing Scope: Thinking Beyond System Health
A big part of testing is ensuring that you're anticipating and proactively detecting problems before they appear. This means thinking beyond bugs and errors and considering tests that assess your system's ability to meet the needs of the business and customers. For example, most businesses and architectures are designed to deliver operational and cost efficiency. The challenge is, many organizations don't actively test/measure their efficiency. Customers also have expectations about their experience. What testing do you do to evaluate how the system is meeting its experience goals? This...
Path to Becoming a Test Automation Engineer Rock Star!
So… you want to become a Test Automation Engineer (or hire and develop one)? While there’s quite a bit of information available about important technical and tool skills to master, there’s not enough discussion around the path to becoming an effective Test Automation Engineer that knows how to add VALUE. This had led to a proliferation of engineers who are proficient with tools and building frameworks but have skill and knowledge gaps, especially in software testing, that reduce the value they deliver with test automation. In this talk, Lee will share his lessons learned from over 30 years...
Performance Assurance and SRE - Panel
Delivering performance applications is a multi-layered challenge these days. Teams must assure that the application performs on multiple fronts. Each new function must have quick responses and be as slim as possible from the coding moment. It must be quick and light for a single request, handle concurrency, and coexist with multiple other processes even in micro-serviced applications spread all over the place. Not to mention, it must handle lots of loads once in production. It must stay performant and available within the agreed thresholds. The impressive amount of tasks to tackle and co-...
From Vision to Velocity: Accelerating Agile Testing with Generative AI
In the rapidly evolving landscape of Agile and DevOps, traditional methods of testing business-facing features often struggle to keep pace with the demands for faster and more thorough testing. However, the fusion of traditional testing wisdom with cutting-edge AI presents a unique opportunity to enhance software quality and delivery speed, offering innovative solutions to longstanding challenges. Join Phillip as he examines key test design techniques - such as equivalence partitioning, boundary value analysis, decision table testing, and state transition testing - and explores how...
Elevating Test Leadership: Strategies for Effective Team Management and Career Growth
Mastering test leadership involves not only guiding your team through complex testing scenarios but also fostering their professional development and advancing your own career trajectory. In today’s fast-evolving tech landscape, test leaders face the challenge of balancing rigorous quality assurance with identifying the talent, development of team’s skills and career trajectories. During his tenure as Practice Head of Quality Engineering at a major tech firm, Srinivas Rao Labhani implemented a comprehensive strategy of implementing a sense of belongingness to the organization, learning...
Revolutionizing Load Testing: Our 5-Year Journey with PewPew
In Paul Burnside's organization, there was a need for a new load testing approach in the age of microservices a few years ago and the decision was made to develop a new free open-sourced tool. Join Paul, as he discusses why "virtual users" are outdated for modern service testing and how endpoint testing is the solution. The session will cover the decision to open-source and the key features and benefits including cost savings on AWS, access to raw data, customizable reports for monitoring and analysis, built with Rust for performance and a user-friendly design. Paul will demonstrate a...
How to Automate Your Desktop Apps with Ruby and Appium
Desktop automation is not easy, and for a while, Augustin Gottlieb Pequeno found automatically testing desktop apps a challenge. In this talk, he will share his automation journey with you so you can avoid the pitfalls and pain points common to desktop automation and properly build an automation framework for your desktop apps that can run on a CI/CD pipeline, while being able to support cross-platform testing. In addition, he will also explore the use of Ruby for test automation and how this often overlooked niche language is perfect for desktop automation testing when combined with...
Enabling a DevOps Culture with Embedded Systems
In today's technology-driven landscape, where software and hardware intertwine seamlessly in embedded systems, adopting a DevOps culture becomes imperative. This talk delves into the dynamic world of embedded systems and explores how organizations can successfully implement and nurture a DevOps culture within this unique domain. DevOps, with its emphasis on collaboration, automation, and continuous improvement, has revolutionized software development. However, adapting these principles to the realm of embedded systems presents distinct challenges and opportunities. The discussion will...
Thursday, May 1
Harnessing the Power of Large Language Models: Automatically Generating High-Quality, Readable, and Maintainable Unit Test Cases for Java and Python
In this talk, Lisa Waugh will discuss the challenges in delivering high-quality software due to manual testing and the need for automated unit test generation. Despite the development of techniques and tools to automatically generate unit tests, the generated tests often suffer from poor readability and lack resemblance to developer-written tests. To address these issues, Lisa's team has investigated the use of large language models (LLMs) to improve the readability and usability of automatically generated tests. They have created a pipeline to guide LLMs in generating high-coverage,...
Treat Your Test Tools Like a Real Product
Have you ever had a QA tool fail to gain momentum? Ever had a splintered array of test automation frameworks that does the exact same thing across your quality engineering organization? Ever have a hard time getting leadership to sign off for tools that you know could easily boost testing productivity? If you answered yes to any of these, come join Albrecht in this crash course in building your quality engineering roadmap. In this session, Albrecht will go over how to build a product roadmap that aligns with your organization's goals and identify key milestones, to ensure your toolset is...
Starting Small: Piloting Automated Testing Capabilities for an Unemployment Insurance Service
In a complex, regulated legacy environment with minimal test automation and tight deadlines, technical and non-technical challenges can make it difficult to accelerate the QA process. This session uses Mighty Acorn Digital's experience launching an automated testing program for the New Jersey Unemployment Insurance Modernization initiative as a case study on introducing automation to ensure safety across thousands of test scenarios spanning multiple different technologies. Introducing test automation in this environment presented several challenges. There was skepticism about the...
Enhancing Automation Testing with Behavior-Driven Development (BDD) and the Screenplay Pattern
In Esri's quest to improve automation testing, they faced a significant challenge: integrating Behavior-Driven Development (BDD) into the existing framework without discarding established tools. The goal was to maintain a shared business language while simplifying the testing process. To tackle this, Junuen's team adopted the screenplay pattern and rebuilt their XCUITest framework from the ground up. This innovative structure focused on tasks, interactions, and abilities, all elements of the screenplay pattern, enabling them to prioritize what truly mattered in their tests: the end-user...
Navigating the Future: Embracing Automation Testing in a Rapidly Evolving Digital World
In today’s rapidly evolving digital landscape, quality assurance is undergoing a major transformation. QA professionals must maintain software quality while adapting to the rapid pace of development, accelerated by AI. To keep up, the shift from manual testing to automation and AI-driven solutions is essential. This transition is not just about speed—it’s about fostering innovation, adaptability, and future readiness. However, adopting automation is complex, requiring team-wide processes and long-term maintenance for success. Where do you start? In this session, Amanda will share a five-...
Navigating the Intersection of Security Testing and Secured App Testing
In today's rapidly evolving digital landscape, ensuring the security of applications has become paramount. However, the traditional manual approaches to security testing and functional testing of apps once they have been secured is time-consuming, error-prone, and often fails to keep pace with emerging threats. This session will explore the challenges and opportunities at the intersection of automating security testing and testing secured applications. Karen will delve into a real-world case study where her team faced the daunting task of securing a complex application. By using multiple...
Agentic Automation for Hyper Automation
In web and mobile automation, each phase is time-consuming and requires significant manual intervention. For example, purchasing a book from Amazon involves scripting the entire process: opening the browser, entering application details, providing payment information, and completing the purchase. Rajkumar J. Bhojan has a proposal on Hyper Automation which involves using Agents and Generative AI (GenAI) to streamline these tasks. Specifically, agents will create the necessary scripts to automate each phase, with each agent communicating with others to optimize results. To achieve this, Dr....
Don’t Just Shift Left—Shimmy: Infusing Quality into the Entire SDLC
In today’s fast-paced software development environments, "shift left" has become a widely adopted practice, encouraging teams to focus on quality earlier in the development lifecycle. While this is a crucial step, it’s not enough to ensure that quality is truly embedded throughout every phase of the Software Development Life Cycle (SDLC). In this session, Amanda will go beyond simply shifting left—exploring how teams can "shimmy," moving fluidly and consistently to infuse quality into every step of the process, from ideation to deployment and beyond. Attendees will learn practical...
Applying Software Testing Principles to Risk Management Control Testing
In today's dynamic business environment, robust risk management is crucial for organizational success. Traditional approaches to risk management control testing often focus on compliance, but they can benefit significantly from the rigorous methodologies developed in software testing. This presentation will explore how core software testing principles—such as test case design, automation, regression testing, and defect tracking—can be effectively applied to enhance the effectiveness and efficiency of risk management control testing. Attendees will learn how to leverage these principles to...
Scaling Automated Tests to Infinity and Beyond
Testing is a risk-mitigating activity that takes time. Ideally, we want to cover as many behaviors as possible in the shortest amount of time for fast feedback. The only way to speed up is to scale up. But how? This talk outlines a playbook for the five most impactful ways to scale up tests. From improving infrastructure to arranging tests more efficiently down to refining the performance of particular steps, you will learn tried-and-true techniques for running more tests in less time. With this playbook, you could scale up to hundreds of tests running concurrently without crashing. Join...
Automating the Testing of AI/ML Models: Tools, Skills, and Best Practices
As AI and ML models become integral to software systems, ensuring their accuracy and reliability through effective testing is paramount. Traditional testing approaches often fall short in addressing the unique challenges posed by these models, such as handling large datasets, verifying model predictions, and maintaining robustness against data drift. This presentation explores Otis Elevator's journey in automating the testing of AI/ML models using cutting-edge tools and techniques. Ayisha Tabbassum's team faced significant hurdles in manually testing their AI models, from the sheer volume...
Continuous Automation, It CAN Be Done!
Less than two years ago, Anupama's team faced a legacy portfolio with under 12% automation, minimal test coverage focused only on-screen verifications, data validation limited to spot checking few records resulting in low release confidence. Join her as she shares the organization's transformative journey towards robust test coverage and reliable releases through continuous automation. This strategy addresses process, people, and technology including: evaluating applications from user perspective to identify key automation opportunities, mapping production data flows allowed them to create...
Uncertainty of Change
Uncertainty and change are inevitable in our complex world, but how we each respond to it can vary from ignoring it to denying it or even trying to stop it. In this talk, Jitesh will examine why we react to uncertainty so poorly by sharing some case studies and then, through the psychology of uncertainty, help explain our responses. He will then discuss how software development is inherently uncertain and how some team's testing approaches can worsen this uncertainty. He will explain how we can reframe testing to reduce uncertainty and help engineering teams work more effectively in...
Testing Product Resiliency with Chaos Engineering
Dive into the exhilarating world of Chaos Engineering, where chaos is not a threat, but a catalyst for resilience and innovation of product and security practices. This talk explores the transformative power of Chaos Engineering in navigating the unpredictable landscapes of software testing for product resiliency, which also directly impacts operational security. Organizations are often stuck on the “build it quickly and move on” mindset, leaving opportunities for competitors and security threats to set up their home base. Learn how leading organizations harness controlled chaos to uncover...
Playwright Tips & Tricks—Why Does Microsoft's Framework Perform So Well in Testing?
This session aims to provide a comprehensive overview of Playwright, Microsoft's powerful framework for test automation. Michal will explore its core functionalities and delve into practical tips and tricks to enhance its usage. The session will begin by defining what Playwright is and highlight its key features that set it apart in the testing landscape. The session will then cover advanced usage techniques, including how to effectively utilize the Trace Viewer for generating detailed test reports and implementing concurrency in tests to boost efficiency. Furthermore, Michal will examine...
Leadership in Software Quality: Insights and Strategies from Industry Experts
Are you navigating the challenges of leadership in the ever-evolving software quality industry? Join this dynamic panel discussion featuring seasoned leaders who will share their expertise, experiences, and actionable advice. This session is designed for professionals at all levels, from aspiring leaders to seasoned managers, seeking to enhance their leadership capabilities. The panelists bring diverse perspectives on fostering innovation, maintaining quality in fast-paced environments, building high-performing teams, and leading through change. Attendees will gain practical insights into...
Testing Under Pressure: Leveraging AI to Satisfy the C-Suite
In an era where "doing more with less" has become a corporate mantra, executives are increasingly turning to Artificial Intelligence (AI) to boost efficiency and productivity. This shift places significant pressure on testing teams to rapidly adopt AI solutions without compromising quality. In this engaging presentation, a C-suite executive and a testing expert offer a unique "fly on the wall" perspective into the dynamic between leadership expectations and the realities faced by testers. The session will delve into the challenges testers encounter under executive mandates, explore...
Test Leadership & Career Development
Maxine Thompson's team at Progressive had experienced several issues where individual contributors sometimes got released from projects due to reported lack of skills in certain areas such as communication, leadership engagement, collaboration, domain knowledge, as well as occasional technical gaps. The team realized a gap in the knowledge, confidence, leadership, communication, and technical skills demonstrated by some of their quality assurance analysts. The question was how to upskill their ICs to meet and overcome these challenges in the face of emerging and constantly changing...
The Revolution Was Not Televised: Software QA in the Era of Streaming and Livestreaming Services
You heard about it—Netflix's Love is Blind Live event fiasco last year, Pluto's VMA's blues in LATAM, and other subpar experiences for some streaming services, both live and on-demand. How is software QA involved in those? Or, how was it NOT involved? As content production and distribution companies consolidate and grow their streaming services and peripheral activities including: user personalization, loyalty, and engagement; tailored quality assurance and testing efforts become critical to ensure a fully immersive and optimal experience. In this session, Ramy will explore how to scope,...
Why Testing Needs to Be Part of Your Brand Loyalty Strategy
Every experience counts – In a recent Sauce Labs study, 57% of consumers said they’d consider switching to a competitor after just 3-4 negative interactions with a company’s website, software, or mobile app. With all the options available, consumers are growing less forgiving, putting a bigger emphasis on the need for a clear brand loyalty strategy that takes the execution of the digital experience into bigger consideration. Design and engineering are key to the equation and the culmination of that is implementing a testing strategy – one that makes the rollout and updating of new features...
Stop Listening to the Industry
Making the transition from manual testing to full test automation is hard. Consultants, vendors, speakers and the internet all have their own recommendations about how to get started. The challenge is that sometimes those recommendations do not align to your business’s development strategy or security protocols. So who is right? Do you shirk your company’s best practices that have been developed over time in favor of what the industry says is the ideal configuration? Will the testing rules be the same tomorrow? Maybe it’s time to blaze your own testing trail. In this session, Ingrid Warden...