STAREAST 2025 - Test Automation Engineer
Customize your STAREAST 2025 experience with sessions covering test automation for engineers.
Sunday, April 27
Fundamentals of AI—ICAgile Certification (ICP-FAI)
Monday, April 28
Ramping Up Modern Performance
Modern software is developed in a continuous manner, with several backend services frequently being deployed and scaled in the cloud. Furthermore, as organizations move toward agile, DevOps, and continuous delivery, it is vital for them to move away from traditional approaches to evaluate performance. Are you interested in ramping up or polishing your skills on performance testing? Leandro Melendez will introduce attendees to modern, agile, and continuous performance testing. You’ll learn performance assurance principles and everything from fundamental performance concepts like correlation...
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,...
The How and When of Communication
Ever struggled to communicate test progress or persuade a stakeholder on the quality improvement initiative you have? Do you struggle getting developers to appreciate the need to build testing into the lifecycle? If the answer to any of these questions is yes, then this session is for you. Julie Gardiner shares key ingredients for getting your message across more effectively. She shares a communication model she has used for nearly 20 years in her career to get her message across and, more recently, how the science of timing can play a major part of how communication is received. Through...
Instill a DevOps Testing Culture in Your Team and Organization
The DevOps movement is here. Companies across many industries are breaking down siloed IT departments and federating them into product development teams. Testing and its practices are at the heart of these changes. Traditionally, IT organizations have been staffed with mostly manual testers and a limited number of automation and performance engineers. To keep pace with development in the new “you build it, you own it” environment, testing teams and individuals must develop new technical skills and even embrace coding to stay relevant and add greater value to the business. DevOps really...
Test Smarter, Not Harder: How to Design Test Suites for Continuous Delivery
Imagine: as soon as any developed functionality is submitted into the code repository, it is automatically subjected to the appropriate battery of tests and then released straight into the wild. Setting up the pipeline to do just that has become commonplace, but most organizations hit the same stumbling block: just what IS the appropriate battery of tests? Automated build pipelines don't always lend themselves well to the traditional stages of testing. In this hands-on tutorial, Melissa will introduce testers to the key principles of test case and test suite design that apply to...
Test Automation Strategies: Navigating DevOps, Agile, and Complex Technologies
In the era of DevOps, agile methodologies, and the ever-expanding landscape of intricate technologies, the traditional bulky test automation strategy document has rapidly lost its relevance. Testers are grappling with the challenge of succinctly communicating intricate testing objectives. Yet, a beacon of optimism shines through! A streamlined, actionable, and impactful test automation strategy tailored for agile, DevOps, and even the notorious waterfall approach is within reach. Join Janna as she draws upon real-world test strategies from her experience, deconstructing the essential...
Getting Started with AI-Driven Automation
AI has been rapidly changing the way we approach software testing. Traditional test automation is time-consuming to create and breaks down easily in the presence of change. Thankfully, AI is helping testing teams create less procedural, more resilient tests that are able to self-heal in the presence of modern, rapidly changing, highly dynamic production systems. This sounds great, but you may be asking yourself: How do I get started? What additional skills do I need to learn? What tools are available for me to start using, right now? Join Dionny Santiago as he breaks down different AI...
Tuesday, April 29
A Quality Engineering Introduction to AI and Machine Learning
Although there are several controversies and misunderstandings surrounding AI and machine learning, one thing is apparent — people have quality concerns about the safety, reliability, and trustworthiness of these types of systems. Not only are ML-based systems shrouded in mystery due to their largely black-box nature, they also tend to be unpredictable since they can adapt and learn new things at runtime. Validating ML systems is challenging and requires a cross-section of knowledge, skills, and experience from areas such as mathematics, data science, software engineering, cyber-security,...
Modern Web Testing with Playwright
Everybody gets frustrated when web apps are broken, but testing them thoroughly doesn’t need to be a chore. Playwright, a new open-source browser automation tool from Microsoft, makes testing web apps fun! Playwright offers a slew of nifty features like automatic waiting, mobile emulation, and network interception. Plus, with isolated browser contexts, Playwright tests can set up much faster than traditional Web UI tests. In this session, we will automate concise yet robust web app tests for a Kanban board web app with Playwright in TypeScript. You'll learn to test modern web apps of any...
Web Security Testing: The Basics and More
Web applications are often security critical or serve as front-ends for security critical applications, making web testing for vulnerabilities an essential part of software testing. Unfortunately, most software testers have not been taught how to identify web security issues while testing applications. Join Tom Stiehm as he shares what you need to know to security test web-based applications as part of your overall testing process. Learn about the most common web security vulnerabilities and how they are introduced into web code and exploited by hackers. Explore test techniques for...
Prompt Engineering for Software Quality Professionals
With the sudden rise of ChatGPT and large language models (LLMs), professionals have been attempting to use these types of tools to improve productivity. Building off prior momentum in AI for testing, software quality professionals are leveraging LLMs for creating tests, generating test scripts, automatically analyzing test results, and more. However, if LLM's are not fed good prompts describing the task that the AI is supposed to perform, their responses can be inaccurate and unreliable, thereby diminishing productivity gains. Join Tariq King as he teaches you how to craft high-quality AI...
AI-Assisted Testing: Using GitHub Copilot and Other Tools to Accelerate QA
There is no question that Generative AI models can improve the productivity of almost every role within the software development process. However, while a lot of attention has focused on generating software using tools such as GitHub Copilot, Amazon CodeWhisperer, Tabnine, and more, these tools can assist software testers in their job too. Join Coveros CEO Jeffery Payne to explore how Generative AI solutions help software testers generate and supplement tests, create automated test scripts, and even suggest improvements to what you’ve already created. Learn how AI can increase test...
test_my_code_with_python()
NewPython is one of the most popular programming languages these days. It's a great language for both beginners and pros, and the pytest framework makes testing in Python a breeze. In this introductory tutorial, we will learn how to start automating tests in Python with pytest. Specifically, we will cover configuring test projects, writing unit tests for libraries, writing API tests with requests, and writing UI tests with Playwright. We will also dig into many of pytest's advanced features like fixtures, parameters, and configs. Bring your laptops because you will be coding along with the...
Modern Web Testing with Cypress
The web has evolved. Finally, testing has too. Cypress is a modern testing tool that answers the testing needs of modern web applications. It has been gaining a lot of traction in the last couple of years, gaining worldwide popularity. If you have been waiting to learn Cypress, wait no more! Filip Hric will guide you through the first steps on how to start using Cypress and set up a project on your own. The good news is, learning Cypress is incredibly easy. You’ll write your first test in no time, and then you’ll discover how to write a full end-to-end test for a modern web application.
Learn How to Implement a Test Automation Framework in Java
In the realm of software development, the challenge of maintaining high-quality standards while meeting tight deadlines is ever-present. GenAI enabling developers to produce code and potentially even more defects in shorter time clearly calls for more rapid test automation development. One of the most complex and time consuming activities is designing and building an effective test automation framework. Péter will provide some theoretical background, then the attendees will implement a UI test automation framework in Java. One of the key aspects covered in this tutorial is proper...
Wednesday, April 30
Heuristics to Help You Design, Build, and Choose Test Tools
How well do we design and acquire our tools? Drawing on compelling evidence gathered from a series of interviews, workshops, surveys, and case studies with industry gurus and hands-on practitioners, we’re diving deep into a set of heuristics. Each one is a gateway to discovery, backed by explanations and enriched with engaging exploratory activities based on solid research. As an attendee, you will gain access to resources that can help enable critical thinking and reflection about tools and the problems they solve. We will see how sometimes heuristics can pinpoint when a tool might...
Oops AI Did It Again: How to Get AI and Agents to Stop Being Weird and Actually Be Useful in Your Business
We're starting to see AI and agents everywhere. Let's admit it, though - at times they can be unruly. Not good! Why does this happen? Where can AI go wrong? How do we wrestle these tools into line? Maybe get them to wear a tie at times, if that's not asking too much? Dona will tackle common pitfalls you might run into with AI and agents. She'll show you how to address the quirks that make AI seem unpredictable. You'll learn how to set clear expectations for AI performance, and design systems that work for YOUR business. She'll show you a framework to harness AI and agents effectively. And...
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,...
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...
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...
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...
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...
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
PreviewDesktop 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...
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...
Panel - Revolutionizing Test Automation: The Impact of Generative AI on Quality Engineering
As Generative AI rapidly reshapes how we work, its impact on quality engineering and more specifically test automation is profound. Join our panel of AI and testing experts as they dive into how Gen AI is transforming testing practices, from creating smarter automation frameworks to redefining manual testing roles. Explore cutting-edge tools, discuss the challenges of integrating AI into test strategies, and debate the ethical implications of AI-driven quality engineering. This thought-provoking session will be driven by your questions and thus provide actionable insights, inspire...
Thursday, May 1
Redefining Quality: Empowering Autonomous Teams for SaaS Excellence
Traditional roles within software development teams are being redefined in today’s fast-paced world of cloud platforms and Software as a Service (SaaS). The rise of DevOps has blurred the boundaries between development and operations, emphasizing speed, agility, and continuous delivery. Amid this transformation, the debate about whether to have a separate QA team is becoming increasingly irrelevant. Instead, the focus should shift to building autonomous, cross-functional teams equipped with the skills and ownership required to deliver high-quality SaaS products efficiently. Ronit...
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,...
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...
Navigating the Future: Embracing Automation Testing in a Rapidly Evolving Digital World
PreviewIn 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...
Applying Software Testing Principles to Risk Management Control Testing
PreviewIn 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...
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...
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...
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...