loader image

Schedule

Background

Testear.la 2025

Two days to learn about the latest QA trends, connect with experts, and explore how quality is implemented in real-world projects.

On September 9th and 10th, we invite you to experience Testearla. 

Join this edition designed to share knowledge, challenges, and best practices that are shaping the direction of the industry.


Schedule

Select arrow_drop_down
09:30 remove 09:40
Opening
keyboard_arrow_down
Background

Opening

09:40 remove 10:40
Keynote
keyboard_arrow_down
Background

Learn from Hungarian Inventors to Survive the GenAI Craze

Thumbnail Peter Foldhazi

Activity in English

Hype or not, GenAI seems to be staying with us, forever changing humanity and how we do our jobs. Those who jump on the bandwagon too late, will struggle to speed up to reach technological advancement. On the other hand, the situation is not as bad as many say: GenAI is not replacing humans, and it's not rocket science that people would struggle to pick up quickly. On the other hand, people with new, relevant skill sets will thrive over those who decide to keep following the old ways. As usual, history holds the answer to how change happens, and how it impacts us, individually and as a society. Péter invites you to learn from other Hungarians: inventors, players and musicians. He will show how you can adapt to this new way of living, and why it's so important to pick up hands-on knowledge in prompt engineering and related areas. Péter will bring his practical experience working with EPAM's AI/RUN teams, and show approaches and a mindset that you'll be able to bring home and leverage into your work as well.

10:40 remove 11:20
Talk
keyboard_arrow_down
Background

Sponsor Space

11:20 remove 12:00
Workshop
keyboard_arrow_down
Background

AI Is Not a Buzzword Anymore – Lessons from MCP Case Studies

Thumbnail Ioannis Papadakis

Activity in English

Join us for a hands-on, insight-rich workshop where theory meets practice through real-world case studies from Model Context Protocol (MCP) case studies in QA World. In this session, we'll explore how we can build MCP for different QA tools and practices and integrate into our QA pipeline. From UI functional testing to performance testing w will uncover principles and ways to boost your team's productivity and make them AI super heroes. What You'll Learn: - Proven approaches to designing scalable and maintainable test automation frameworks. - How MCPs integrate automation into CI/CD pipelines for continuous quality. - Lessons learned from real-world challenges—what worked, what didn't, and why. - Tooling insights: from Selenium and Playwright to Grafana, Azure DevOps and beyond. * Activity in English

12:00 remove 12:40
Talk
keyboard_arrow_down
Background

API Testing Multiverse: One OpenAPI, Infinite Dimensions

Thumbnail Gonzalo de Cos

Activity in Spanish

How an OpenAPI specification can open up multiple testing paths. In this talk, we explore the multiverse of API testing, where a single OAS allows us to automate functional, performance, contractual, mocking, and security tests, among others. Through practical examples and with the help of AI and tools such as Postman, Bruno, Karate, k6, Prism, Dredd, and automated environments in Docker and CI/CD, we will show how to transform a definition into a comprehensive test plan, integrate it into CI/CD pipelines, and choose the right tool for each dimension. A practical guide to designing modern, sustainable, and multiverse testing strategies.

12:40 remove 13:20
Talk
keyboard_arrow_down
Background

AI: UI/UX - Checks with Storybook and Percy

Thumbnail Carla Orue Mascheroni

Thumbnail Mauricio Nicolás Oubiña

Activity in Spanish

In this talk, we'll explore how to improve the visual quality of our interfaces by combining three pillars: Storybook, for isolating and documenting components; Percy, for automated visual testing and detecting subtle changes across browsers; and Artificial Intelligence, for analyzing visual differences and generating clear summaries in natural language. We'll show how to integrate these into a CI/CD pipeline that runs Percy after each change, feeds an AI model, and produces actionable visual reports. The goal: smarter, faster, and more scalable visual testing.

13:20 remove 14:20
Workshop
keyboard_arrow_down
Background

Three Tigres Deals for Quality

Thumbnail Jorge Erickson Paz Diaz

Activity in Spanish

Based on the phrase "three sad tigers," let's talk about the practice of the three friends that teams use to build a quality product, and how to take quality to the next level through conversations, allowing the team to mature and preemptively assess the aspects that sometimes go unspoken when teams feel like they're at odds with each other.

14:40 remove 15:20
Talk
keyboard_arrow_down
Background

Shift Left Testing: Quality from the Start

Thumbnail Evelyn Méndez

Activity in Spanish

In this talk, I want to share how the Shift Left approach has changed the way I understand and apply quality in projects. I'll discuss the importance of involving testing from the earliest stages of software development, not only to find bugs, but also to prevent them and generate value from the start.

15:20 remove 16:00
Talk
keyboard_arrow_down
Background

The security of digital systems begins with testing

Thumbnail Blanca Moreno

Activity in Spanish

In an increasingly digital world, where security breaches can compromise not only systems but also the reputation and continuity of organizations, ensuring information protection can no longer be the sole responsibility of the cybersecurity team. Software quality and security must go hand in hand from the early stages of development, and testing plays a key role in this mission. This talk presents a modern and practical approach to how to incorporate security testing into the software lifecycle, from design to deployment.

16:00 remove 17:00
Workshop
keyboard_arrow_down
Background

Sponsor Space

17:00 remove 18:00
Keynote
keyboard_arrow_down
Background

Who needs one boss when you can have four leaders?

Thumbnail Nadia Cavalleri

Activity in Spanish

The objective of this talk is to explore how a testing team can function effectively without a formal leadership figure through the concept of distributed leadership. We'll look at a real-life example where team members assumed leadership roles based on their expertise in specific areas, such as automation, manual testing, processes, or business knowledge. We'll also reflect on the underlying conditions that enable distributed leadership to function harmoniously.

18:00 remove 18:10
Closing Session
keyboard_arrow_down
Background

Closing Session

08:30 remove 09:00
keyboard_arrow_down
Background

Accreditations | Coffee

Accreditations | Coffee

09:00 remove 09:10
Main Stage
keyboard_arrow_down
Background

Opening / Welcome

09:10 remove 10:00
Keynote | Main Stage
keyboard_arrow_down
Background

Human Experience Testing: Redefining Quality in the Age of AI

Thumbnail Tariq King

Activity in English

Artificial Intelligence is rapidly becoming an accepted means of accelerating software engineering and testing activities. Many organizations have already integrated AI into their software development lifecycle, and the demand for AI-assisted engineering continues to grow year over year. A key motivating factor behind the demand is the promise of increased speed and efficiency through automation.

10:00 remove 10:40
Talk | Main Stage
keyboard_arrow_down
Background

QPAM: Strengthening quality strategies at the team level

Thumbnail Claudia Badell

Activity in Spanish

How to make better decisions when automating? In this masterclass, we'll rethink automation as part of a quality strategy, focusing on context, risks, and teamwork. We'll review effective practices, common mistakes, and criteria for defining what to automate, when, and why, looking beyond scope and frameworks.

10:00 remove 10:40
Workshop | Room B
keyboard_arrow_down
Background

Help! I need mocks for my integration tests.

Thumbnail Andrés Sacco

Activity in Spanish

During this talk, you'll discover the importance of mocks for your integration tests and how developers can create different mock scenarios without needing to know the other microservices. Most developers simulate external interactions using a mock library within their code, which creates a false sense that everything is working correctly in the microservice. What happens if there's a bug in the code the developers simulated? You'll see a brief demonstration where an application has integration tests using a real microservice, and how, using WireMock, developers can create different scenarios, such as introducing latency into the response, generating exceptions in specific situations, or returning different responses based on request parameters.

10:00 remove 10:40
Talk | Room C
keyboard_arrow_down
Background

Testing in AI: Identifying Role Gaps

Thumbnail Patricio Santa Cruz Pulgar

Activity in Spanish

The growing adoption of AI and LLM models with ever-increasing capabilities requires Quality teams to evolve from a deterministic approach to a probabilistic one, detecting biases and monitoring unwanted behavior in production, while maintaining the critical, analytical, and inquisitive capacity that characterizes us. This talk will address the challenges that the arrival of AI has brought to our specialty and its main opportunities for improvement in areas such as data quality, explainability, and bias identification.

10:40 remove 11:40
Main Stage
keyboard_arrow_down
Background

QA Panel in Banking

Activity in Spanish

QA in Banking: Leading Quality in Times of Fusion, Technology, and Uncertainty

10:40 remove 11:20
Talk | Room B
keyboard_arrow_down
Background

The MCP Revolution: Playwright, GitHub, and Databases in Action

Thumbnail Antonio Crespo

Activity in Spanish

In this talk, we'll introduce what an MCP is and why they're revolutionizing our everyday tools. Through a hands-on demo, we'll explore different types of MCPs and their specific uses for testers. We'll cover how to query complex databases in natural language with MCP SQL and how to simplify collaborative work on projects with GitHub MCP. We'll also explore how these AI-powered tools can improve the efficiency, accuracy, and agility of your testing workflow.

10:40 remove 11:20
Talk | Room C
keyboard_arrow_down
Background

From Traditional Testing to AI: Steps Toward High-Level Software Quality

Thumbnail Marcela Mellado

Activity in Spanish

In this talk, we explore the evolution of software testing from traditional approaches to a new era powered by Artificial Intelligence. Through key steps, we show how AI can automatically generate test cases, detect errors before they occur, analyze results more efficiently, and dynamically adapt to system changes. We also highlight the role of intelligent assistants and the importance of adopting a culture of continuous learning in QA. This transition not only improves software speed and quality but also redefines the tester's role as a strategic professional in the digital age.

11:00 remove 11:20
keyboard_arrow_down
Background

Coffee Break

11:40 remove 12:20
Talk | Main Stage
keyboard_arrow_down
Background

Using AI has become a MUST… but do we know how, when and where?

Thumbnail Karime Salomon

Activity in Spanish

We're living in the era of AI, and we naturally want to incorporate AI into QA, but do we really know how to leverage it? In this talk, I want to open an honest conversation about the key questions before implementing a solution: What do we want it for? What do we expect it to solve? How do we know it's working? I'll also share some real-life examples and challenges I've encountered along the way. The idea isn't to talk about tools, but rather how to use AI judiciously, with focus, and with purpose... not just because it's trendy.

11:40 remove 12:20
Talk | Room B
keyboard_arrow_down
Background

BDD: Lessons from 10+ Years in the Trenches

Thumbnail Nicolás Paez

Activity in Spanish

BDD is a practice that is growing in popularity, but its adoption is not trivial. This is partly because it involves the use of new tools, but also because it requires changes in terms of processes and collaboration dynamics. In this talk, I will share several recommendations based on more than 10 years of experience using and teaching BDD. We will cover topics such as scenario identification, scenario writing with Gherkin, and their subsequent automation. The talk is primarily aimed at testers, developers, functional analysts, and business specialists.

11:40 remove 12:20
Talk | Room C
keyboard_arrow_down
Background

Testing automation, what about AI that does everything for us?

Thumbnail Leonardo Perez

Activity in Spanish

In this talk, we'll explore the fundamentals of automated testing, focusing on the automation pyramid and its various layers. We'll explore how artificial intelligence can be integrated into each of these layers to enhance its effectiveness. We'll also cover the concept of an automation platform, understanding what it takes to build one and how to practically apply AI to achieve concrete results. Through this integration, the goal will be to move toward a more robust, flexible, and scalable automated testing strategy.

12:20 remove 13:00
Talk | Main Stage
keyboard_arrow_down
Background

"The art of uniting without breaking"

Thumbnail Sofia Ramirez

Thumbnail Diego Melo

Thumbnail Lobsang Monterola Diaz

Activity in Spanish

In this talk, we'll explore the technical and strategic challenges of this type of transition, focusing on the critical role of Quality in ensuring a secure, efficient, and scalable integration.

12:20 remove 13:00
Talk | Room B
keyboard_arrow_down
Background

Accessibility Testing

Thumbnail Gabriel Escobar

Activity in Spanish

Talk on digital accessibility. Why it's important: what population it affects, standards, regulations, positive impacts, testing tools, and examples of issues. We could also hold a workshop where participants can perform a quick accessibility test using tools.

13:00 remove 14:00
keyboard_arrow_down
Background

Lunch

14:00 remove 14:50
Keynote | Main Stage
keyboard_arrow_down
Background

Agentic AI: A Hands-On Workshop

Thumbnail Jonathon Wright

Activity in English

This immersive workshop is designed for QA professionals, testers, and developers who are eager to leverage the cutting-edge capabilities of AI to enhance their testing strategies, automate processes, and uncover bugs with unparalleled accuracy. By blending theoretical knowledge with practical exercises, participants will gain firsthand experience in harnessing the power of AI-Augmented Testing to transform their approach to testing, making it more efficient, effective, and innovative.

14:50 remove 15:30
Talk | Main Stage
keyboard_arrow_down
Background

AI in Action: Transforming Testing with Real Impact

Thumbnail Daniella Rojas

Activity in Spanish

Artificial intelligence is redefining testing: it accelerates tasks, enhances skills, and enables faster delivery of quality-based value. In this talk, I will present concrete metrics to measure this impact and clearly communicate it to decision-making levels. I will also share real-life cases where functional testers scaled their contributions with AI and how to support this change process. We will also discuss how to start with low risk, enabling results from the first use. This talk is designed for quality leaders, evolving testers, and organizations seeking frictionless transformation.

14:50 remove 15:30
Talk | Room B
keyboard_arrow_down
Background

Test Automation with AI, Lippia MCP… and Agents

Thumbnail Javier Re

Thumbnail Alex Carbonari

Activity in Spanish

Something has changed. In this demo, we'll learn how to build automated tests powered by Lippia's MCP Server. You give it a user story... and it does the rest: interpret, navigate, generate features, glue code, execute, and report. A new way of automating tests that challenges everything known. It's not science fiction. It's the beginning of an era where AI writes, executes, and reports its own tests. Are you ready to see how testing transforms?

14:50 remove 15:30
Talk | Room C
keyboard_arrow_down
Background

Sponsor Space

Activity in Spanish

Sponsor Space

15:30 remove 16:10
IA Panel | Main Stage
keyboard_arrow_down
Background

Panel on AI: Impact on QA and QA of AI Applications

Activity in English

Moderated by: Javier Re / Panelists: Tariq King, Jonathon Wright and Dionny Santiago.

15:30 remove 16:10
Talk | Room B
keyboard_arrow_down
Background

Fantastic Four: QA + Security + GitHub + AI

Thumbnail Axel Labruna

Activity in Spanish

GitHub redefines development innovation by integrating DevSecOps and AI to automate, secure, and optimize applications at every stage. In this hands-on session, we'll review how, with the help of Copilot, we can automate pipelines, secure every commit, improve our code quality and best practices, and at the same time enhance real-time collaboration, transforming challenges into opportunities for innovation and competitiveness. Discover practical strategies that transform challenges into competitive advantages and position you at the forefront of the digital revolution. Accelerate your success!

15:30 remove 16:10
Talk | Room C
keyboard_arrow_down
Background

AI: Automating Testing with Playwright and Midscene

Activity in Spanish

The talk will focus on the use of MCP Midscene, an artificial intelligence agent designed to automate web test creation. It will explore how Midscene converts natural language instructions into complete end-to-end tests, without the need to manually write code. It will explain how the agent interacts directly with the browser to perform actions and, at the same time, generates the corresponding Playwright code. Finally, it will discuss how these tests are saved in the repository for use in continuous integration workflows, enabling significant savings in time and resources in test automation and reporting.

16:10 remove 16:50
Talk | Main Stage
keyboard_arrow_down
Background

Your backlog speaks, your IDE listens: How to test (and more) with MCP in charge

Thumbnail Carlos Gauto

Activity in Spanish

What if the backlog could talk? What if your IDE could understand the context, write tests, suggest edge cases, and help you test software without losing focus? People often cite a lack of time and technical knowledge to start automating tests. In this talk, I'll show you how to break out of that death spiral without needing to be an expert. I'll show you how to automate tests in an AI-first way using Playwright's MCP Server and GitHub, all orchestrated by agentic IDEs and powered by robust pre-prompting rules that will prevent you from falling into the usual hallucination.

16:10 remove 16:50
Talk | Room B
keyboard_arrow_down
Background

How do we test an AI system?

Thumbnail Natalia Nario

Activity in Spanish

The emergence of generative AI models in our applications has not only changed what systems do, but also how we should test them. Traditional testing, based on fixed outputs and repeatable behaviors, is no longer sufficient when faced with responses that can vary with each interaction. In this talk, we will share how we at QAlified are addressing this new challenge: we started by evaluating responses manually, encountered significant challenges, and built an automated approach that allows us to use AI to evaluate AI.

16:10 remove 16:50
Talk | Room C
keyboard_arrow_down
Background

Software Quality: Successful Developments and Happy Customers

Thumbnail Maria Amelia Castañeda

Activity in Spanish

In software quality processes, the same thing often happens: calm moments can represent an absence of processes, stagnant processes that are done because "they must be done," and stormy moments can show us disorganized processes without a direction, or moments in the quality process during peak workloads that require a fresh perspective to organize them. In both cases, it's necessary to go back to basics and ask ourselves: Do I implement quality in my software? Why do I implement quality? Do the processes we implement contribute to the quality of my software? I have a team working on quality, but are they synchronized and assembled appropriately to meet the objective? Do the implemented quality processes address all fronts? Often, the answers to these questions indicate that the appropriate path is to "shuffle and deal again..." reformulating processes that help achieve the objectives. In this talk, we'll review alternatives. Based on real-world experiences in Latin American companies across diverse businesses and sizes, I've successfully raised the bar for quality in many teams, with strategies tailored to each team's needs to achieve their best version and performance.

16:50 remove 17:20
keyboard_arrow_down
Background

Coffee Break

17:20 remove 18:00
Talk | Main Stage
keyboard_arrow_down
Background

Seeing is believing, measuring is improving

Thumbnail Santiago Cabral

Thumbnail Fernando Pittito Benítez

Thumbnail Axel Roldan

Activity in Spanish

In this talk, we'll explore the value of data as a key tool for making objective decisions in the field of quality. We'll see how well-defined indicators not only help us detect deviations and opportunities for improvement, but also strengthen conversations by providing concrete evidence to support our actions.

17:20 remove 18:00
Talk | Room B
keyboard_arrow_down
Background

Testing leadership driving organizations 4.0 5.0?

Thumbnail Mercedes Quintero Martínez

Activity in Spanish

We will explore how an organization's growth is impacted by testing and how it depends on its leadership. Herman Hesse's Steppenwolf is used as a guide to discuss the internal challenges we face as technical leaders when we fail to recognize ourselves as strategic agents. I propose a vision where testing drives organizations with a human sense. This proposal connects the evolution of leadership with the demands of 4.0 and 5.0 organizations, reminding us that a company doesn't evolve if its leaders don't first transform.

17:20 remove 18:00
Workshop | Room C
keyboard_arrow_down
Background

Sponsor Space

18:00 remove 18:30
Main Stage
keyboard_arrow_down
Background

Closing Session

09:00 remove 09:10
Opening
keyboard_arrow_down
Background

Welcome | Opening

09:10 remove 10:00
Keynote | Main Stage
keyboard_arrow_down
Background

Human Experience Testing: Redefining Quality in the Age of AI | Activity in English

Thumbnail Tariq King

Activity in English

Artificial Intelligence is rapidly becoming an accepted means of accelerating software engineering and testing activities. Many organizations have already integrated AI into their software development lifecycle, and the demand for AI-assisted engineering continues to grow year over year. A key motivating factor behind the demand is the promise of increased speed and efficiency through automation. Software testing is a prime candidate for AI acceleration due to the generally high costs and significant manual effort involved in validation and verification. As a result, we are seeing an exponential growth in the application and development of tools to support AI-driven test automation.

10:00 remove 10:40
Talk | Main Stage
keyboard_arrow_down
Background

QPAM: Strengthening quality strategies at the team level

Thumbnail Claudia Badell

Activity in Spanish

How to make better decisions when automating? In this masterclass, we'll rethink automation as part of a quality strategy, focusing on context, risks, and teamwork. We'll review effective practices, common mistakes, and criteria for defining what to automate, when, and why, looking beyond scope and frameworks.

10:40 remove 11:40
Panel Banking | Main Stage
keyboard_arrow_down
Background

QA in Banking: Leading Quality in Times of Fusion, Technology, and Uncertainty

Activity in Spanish

We are experiencing a transformative moment in the banking industry: advancing technology, mergers between banks and increasingly demanding users, and artificial intelligence in more and more contexts. In this context, QA teams face the challenge of maintaining quality, adapting to change, and demonstrating their value. In this panel, we will discuss what this reality looks like from the inside: what technical decisions are made, how quality is scaled in complex structures, and what role QA plays in today's banking.

11:40 remove 12:20
Talk | Main Stage
keyboard_arrow_down
Background

Using AI has become a MUST… but do we know how, when and where?

Thumbnail Karime Salomon

Activity in Spanish

We're living in the era of AI, and logically, we want to incorporate AI into QA, but do we really know how to take advantage of it? In this talk, I want to open an honest conversation about the key questions before implementing a solution: What do we want it for? What do we expect it to solve? How do we know it's working? I'll also share some real-life examples and challenges I encountered along the way. The idea isn't to talk about tools, but rather how to use AI judiciously, with focus, and with purpose... not just because it's trendy.

12:20 remove 13:00
Talk | Main Stage
keyboard_arrow_down
Background

The art of uniting without breaking

Thumbnail Sofia Ramirez

Thumbnail Diego Melo

Thumbnail Lobsang Monterola Diaz

Activity in Spanish

In this talk, we'll explore the technical and strategic challenges of this type of transition, focusing on the critical role of Quality in ensuring a secure, efficient, and scalable integration.

14:00 remove 14:50
Keynote | Main Stage
keyboard_arrow_down
Background

Abstract A: AI-Assurance & Agentic AI

Thumbnail Jonathon Wright

Activity in English

Workshop Description: This immersive workshop is designed for QA professionals, testers, and developers who are eager to leverage the cutting-edge capabilities of AI to enhance their testing strategies, automate processes, and uncover bugs with unparalleled accuracy. By blending theoretical knowledge with practical exercises, participants will gain firsthand experience in harnessing the power of AI-Augmented Testing to transform their approach to testing, making it more efficient, effective, and innovative.

14:50 remove 15:30
Talk | Main Stage
keyboard_arrow_down
Background

AI in Action: Transforming Testing with Real Impact

Thumbnail Daniella Rojas

Activity in Spanish

Artificial intelligence is redefining testing: it accelerates tasks, enhances skills, and enables faster delivery of quality-based value. In this talk, I will present concrete metrics to measure this impact and clearly communicate it to decision-making levels. I will also share real-life cases where functional testers scaled their contributions with AI and how to support this change process. We will also discuss how to start with low risk, enabling results from the first use. This talk is designed for quality leaders, evolving testers, and organizations seeking frictionless transformation.

15:30 remove 16:10
IA Panel | Main Stage
keyboard_arrow_down
Background

Panel on AI: Impact on QA and QA of AI Applications

Thumbnail Tariq King

Thumbnail Jonathon Wright

Thumbnail Dionny Santiago

Activity in English

Moderated by: Javier Re / Panelists: Tariq King, Jonathon Wright and Dionny Santiago.

16:10 remove 16:50
Talk | Main Stage
keyboard_arrow_down
Background

Your backlog speaks, your IDE listens: How to test (and more) with MCP in charge

Thumbnail Carlos Gauto

Activity in Spanish

What if the backlog could talk? What if your IDE could understand the context, write tests, suggest edge cases, and help you test software without losing focus? People often talk about the lack of time and technical knowledge to start automating tests. In this talk, I'll show you how to break out of that death spiral without needing to be an expert. I'll show you how to automate tests in an AI-first way using Playwright's MCP Server and GitHub, all orchestrated by agentic IDEs and powered by robust pre-prompting rules that will prevent you from falling into the usual hallucination.

17:20 remove 18:00
Talk | Main Stage
keyboard_arrow_down
Background

Seeing is believing, measuring is improving

Thumbnail Santiago Cabral

Thumbnail Fernando Pittito Benítez

Thumbnail Axel Roldan

Activity in English

In this talk, we'll explore the value of data as a key tool for making objective decisions in the field of quality. We'll see how well-defined indicators not only help us detect deviations and opportunities for improvement, but also strengthen conversations by providing concrete evidence to support our actions.

18:00 remove 19:00
keyboard_arrow_down
Background

Closing Session

10:00 remove 10:40
Workshop | Room B
keyboard_arrow_down
Background

Help! I need mocks for my integration tests.

Thumbnail Andrés Sacco

Activity in Spanish

During this talk, you'll discover the importance of mocks for your integration tests and how developers can create different mock scenarios without needing to know the other microservices. Most developers simulate external interactions using a mock library within their code, which creates a false sense that everything is working correctly in the microservice. What happens if there's a bug in the code the developers simulated? You'll see a brief demonstration where an application has integration tests using a real microservice, and how, using WireMock, developers can create different scenarios, such as introducing latency into the response, generating exceptions in specific situations, or returning different responses based on request parameters.

10:40 remove 11:40
Talk | Room B
keyboard_arrow_down
Background

The MCP Revolution: Playwright, GitHub, and Databases in Action

Thumbnail Antonio Crespo

Activity in Spanish

In this talk, we'll introduce what an MCP is and why they're revolutionizing our everyday tools. Through a hands-on demo, we'll explore different types of MCPs and their specific uses for testers. We'll cover how to query complex databases in natural language with MCP SQL and how to simplify collaborative work on projects with GitHub MCP. We'll also explore how these AI-powered tools can improve the efficiency, accuracy, and agility of your testing workflow.

11:40 remove 12:20
Talk | Room B
keyboard_arrow_down
Background

BDD: Lessons from 10+ Years in the Trenches

Thumbnail Nicolás Paez

Activity in Spanish

BDD is a practice that is growing in popularity, but its adoption is not trivial. This is partly because it involves the use of new tools, but also because it requires changes in terms of processes and collaboration dynamics. In this talk, I will share several recommendations based on more than 10 years of experience using and teaching BDD. We will cover topics such as scenario identification, scenario writing with Gherkin, and their subsequent automation. The talk is primarily aimed at testers, developers, functional analysts, and business specialists.

12:20 remove 13:00
Talk | Room B
keyboard_arrow_down
Background

Accessibility Testing

Thumbnail Gabriel Escobar

Activity in Spanish

Talk on digital accessibility. Why it's important: what population it affects, standards, regulations, positive impacts, testing tools, and examples of issues. We could also hold a workshop where participants can perform a quick accessibility test using tools.

14:50 remove 15:30
Talk | Room B
keyboard_arrow_down
Background

Test Automation with AI, Lippia MCP… and Agents

Thumbnail Javier Re

Thumbnail Alex Carbonari

Activity in Spanish

Something has changed. In this demo, we'll learn how to build automated tests powered by Lippia's MCP Server. You give it a user story... and it does the rest: interpret, navigate, generate features, glue code, execute, and report. A new way of automating tests that challenges everything known. It's not science fiction. It's the beginning of an era where AI writes, executes, and reports its own tests. Are you ready to see how testing transforms?

15:30 remove 16:10
Talk | Room B
keyboard_arrow_down
Background

Fantastic Four: QA + Security + GitHub + AI

Thumbnail Axel Labruna

Activity in Spanish

GitHub redefines development innovation by integrating DevSecOps and AI to automate, secure, and optimize applications at every stage. In this hands-on session, we'll review how, with the help of Copilot, we can automate pipelines, secure every commit, improve our code quality and best practices, and at the same time enhance real-time collaboration, transforming challenges into opportunities for innovation and competitiveness. Discover practical strategies that transform challenges into competitive advantages and position you at the forefront of the digital revolution. Accelerate your success!

16:10 remove 16:50
Talk | Room B
keyboard_arrow_down
Background

How do we test an AI system?

Thumbnail Natalia Nario

Activity in Spanish

The emergence of generative AI models in our applications has not only changed what systems do, but also how we should test them. Traditional testing, based on fixed outputs and repeatable behaviors, is no longer sufficient when faced with responses that can vary with each interaction. In this talk, we will share how we at QAlified are addressing this new challenge: we started by evaluating responses manually, encountered significant challenges, and built an automated approach that allows us to use AI to evaluate AI.

17:20 remove 18:00
Talk | Room B
keyboard_arrow_down
Background

Testing leadership driving organizations 4.0 5.0?

Thumbnail Mercedes Quintero Martínez

Activity in Spanish

We will explore how an organization's growth is impacted by testing and how it depends on its leadership. Herman Hesse's Steppenwolf is used as a guide to discuss the internal challenges we face as technical leaders when we fail to recognize ourselves as strategic agents. I propose a vision where testing drives organizations with a human sense. This proposal connects the evolution of leadership with the demands of 4.0 and 5.0 organizations, reminding us that a company doesn't evolve if its leaders don't first transform.

10:00 remove 10:40
Talk | Room C
keyboard_arrow_down
Background

Testing in AI: Identifying Role Gaps

Thumbnail Patricio Santa Cruz Pulgar

Activity in Spanish

The growing adoption of AI and LLM models with ever-increasing capabilities requires Quality teams to evolve from a deterministic approach to a probabilistic one, detecting biases and monitoring unwanted behavior in production, while maintaining the critical, analytical, and inquisitive capacity that characterizes us. This talk will address the challenges that the arrival of AI has brought to our specialty and its main opportunities for improvement in areas such as data quality, explainability, and bias identification.

10:40 remove 11:20
Talk | Room C
keyboard_arrow_down
Background

“From Traditional Testing to AI: Steps Toward High-Level Software Quality”

Thumbnail Marcela Mellado

Activity in Spanish

In this talk, we explore the evolution of software testing from traditional approaches to a new era powered by Artificial Intelligence. Through key steps, we show how AI can automatically generate test cases, detect errors before they occur, analyze results more efficiently, and dynamically adapt to system changes. We also highlight the role of intelligent assistants and the importance of adopting a culture of continuous learning in QA. This transition not only improves software speed and quality but also redefines the tester's role as a strategic professional in the digital age.

11:40 remove 12:20
Talk | Room C
keyboard_arrow_down
Background

Testing automation, what about AI that does everything for us?

Thumbnail Leonardo Perez

Activity in Spanish

In this talk, we'll explore the fundamentals of automated testing, focusing on the automation pyramid and its various layers. We'll explore how artificial intelligence can be integrated into each of these layers to enhance its effectiveness. We'll also cover the concept of an automation platform, understanding what it takes to build one and how to practically apply AI to achieve concrete results. Through this integration, the goal will be to move toward a more robust, flexible, and scalable automated testing strategy.

12:20 remove 13:00
Talk | Room C
keyboard_arrow_down
Background

14:50 remove 15:30
Talk | Room C
keyboard_arrow_down
Background

Sponsor Space

Sponsor Space

15:30 remove 16:10
Talk | Room C
keyboard_arrow_down
Background

AI: Automating Testing with Playwright and Midscene

Activity in Spanish

The talk will focus on the use of MCP Midscene, an artificial intelligence agent designed to automate web test creation. It will explore how Midscene converts natural language instructions into complete end-to-end tests, without the need to manually write code. It will explain how the agent interacts directly with the browser to perform actions and, at the same time, generates the corresponding Playwright code. Finally, it will discuss how these tests are saved in the repository for use in continuous integration workflows, enabling significant savings in time and resources in test automation and reporting.

16:10 remove 16:50
Talk | Room C
keyboard_arrow_down
Background

Software Quality: Successful Developments and Happy Customers

Activity in Spanish

In software quality processes, the same thing often happens: calm moments can represent an absence of processes, stagnant processes that are done because "they must be done," and stormy moments can show us disorganized processes without a direction, or moments in the quality process during peak workloads that require a fresh perspective to organize them. In both cases, it's necessary to go back to basics and ask ourselves: Do I implement quality in my software? Why do I implement quality? Do the processes we implement contribute to the quality of my software? I have a team working on quality, but are they synchronized and assembled appropriately to meet the objective? Do the implemented quality processes address all fronts? Often, the answers to these questions indicate that the appropriate path is to "shuffle and deal again..." reformulating processes that help achieve the objectives. In this talk, we'll review alternatives. Based on real-world experiences in Latin American companies across diverse businesses and sizes, I've successfully raised the bar for quality in many teams, with strategies tailored to each team's needs to achieve their best version and performance.

17:20 remove 18:00
Talk | Room C
keyboard_arrow_down
Background

Sponsor Space

en_USEnglish