• Skip to main content
Super Early Bird - Save 30% | Teams save up to 25%

AutomationSTAR

Test Automation Conference Europe

  • Programme
    • AutomationSTAR Team
    • 2025 programme
  • Attend
    • Why Attend
    • Volunteer
    • Location
    • Get approval
    • Bring your Team
    • 2025 Gallery
    • Testimonials
    • Community Hub
  • Exhibit
    • Partner Opportunities
    • Download EXPO Brochure
  • About Us
    • FAQ
    • Blog
    • Test Automation Patterns Wiki
    • Code of Conduct
    • Contact Us
  • Tickets

Uncategorized

Sep 29 2025

Why the Future of Test Automation is Code AND No-Code

As AutomationSTAR brings together leaders and practitioners in testing, one ongoing debate always comes up: should test automation be code-driven or no-code?

The truth is, the strongest strategies use both. By letting each approach play to its strengths, teams cut bottlenecks, empower more contributors, and deliver quality software faster.

The Pitfalls of Choosing One Approach

When organizations lean too heavily on one side—whether code or no-code—the same challenges show up again and again:

  • Skill gaps: Different levels of coding expertise create dependencies and slow progress.
  • Silos: Developers, QA, and manual testers often work separately, with little shared visibility.
  • Maintenance overhead: Coded frameworks can be fragile and time-consuming to update, while a no-code-only strategy can limit flexibility for advanced scenarios.

Instead of streamlining releases, testing becomes another obstacle—especially when framed as code versus no-code instead of embracing both.

The Strengths of Code-Based Automation

Code-based frameworks like Selenium, Cypress, and Playwright remain essential for complex cases. They provide:

  • Flexibility and customization to test virtually any scenario
  • Fine-grained control over selectors, browser behavior, and environments
  • Precision for complex workflows and edge cases

For engineering teams, code is still the best tool when precision and customization are required.

The Strengths of No-Code Automation

No-code testing platforms thrive on speed and accessibility. With plain-language authoring and visual interfaces, they allow non-technical testers to contribute directly. They excel at:

  • Regression and smoke tests that repeat across releases
  • Routine workflows that don’t require custom code
  • Broad participation across QA and business testers

The benefit: engineers aren’t pulled into repetitive work, freeing them to focus on higher-value challenges.

Code + No-Code in Action

The difference becomes clear when comparing the two side by side. In one demo, a Selenium test for a simple e-commerce checkout flow took nearly an hour to script. Using a no-code approach, the same flow—with assertions—was built in just two minutes.

Real-World Proof: EVERSANA

EVERSANA INTOUCH, a global life sciences agency, needed to unify testing across distributed teams while meeting strict compliance requirements. Their approach:

  • Adopted code-based visual testing for precision.
  • Expanded to no-code test automation, enabling global manual testers to build end-to-end tests directly in the browser.
  • Result: A 65%+ reduction in regression testing time, faster validation across browsers and environments, and improved collaboration across roles.

The biggest change wasn’t only speed—it was trust. Developers, testers, and compliance began working from shared results, cutting duplicate effort and improving confidence across the organization.

Takeaway for QA and Engineering Leaders

The question isn’t “code or no-code?” It’s how best to integrate both. By using no-code for regression and repeatable flows, and code for complex scenarios, teams reduce bottlenecks, shorten feedback cycles, and scale their testing with confidence.

For mid-size to enterprise teams, this balanced approach delivers:

  • Faster test creation and execution
  • Greater collaboration across roles and skill levels
  • A strategy that keeps pace with modern release cycles

Closing Thought

The future of testing isn’t about choosing sides—it’s about working smarter with both. At AutomationSTAR, we look forward to exploring how code and no-code together are shaping the next generation of test automation.

Stop by the Applitools booth at AutomationSTAR to continue the conversation.

Author

Liran Barokas

Liran Barokas is Director of Solutions Architecture at Applitools, where he helps teams across EMEA scale their test automation strategies with AI and visual validation. With a background spanning engineering, customer success, and quality leadership, Liran works closely with QA and development leaders to accelerate release cycles, reduce maintenance burdens, and deliver measurable testing outcomes.

You can meet Liran—together with Lior Levi, VP and EMEA Leader at Applitools—during AutomationSTAR 2025 to continue the conversation on code and no-code test automation.

Applitools are exhibitors in this years’ AutomationSTAR Conference EXPO. Join us in Amsterdam 10-11 November 2025.

· Categorized: Uncategorized

Sep 14 2023

New tutorial added to the lineup

Exciting news! The AutomationSTAR programme has just gotten bigger, and we can’t wait to get everyone together in November.

Your passion for AutomationSTAR is awesome! There are so many of you joining us in November that we’ve had to add another tutorial – this thrilling addition to the lineup is a half-day tutorial with Janna Loeffler on test automation strategies. That’s on top of four incredible tutorials already on the programme, covering web testing, visual test design, BDD, automation frameworks, and more.

Drawing on real-world test strategies, Janna will help you create a streamlined, actionable, and impactful test automation strategy; to resonate with your organisation, irrespective of your team’s chosen development methodology. Check out below to learn more about it, and see the rest of our in-depth tutorials.

AutomationSTAR is going to be huge – we hope to see you in November!

see tutorials

Test Automation Strategies: Navigating DevOps, Agile, and Complex Technologies

Janna Loeffler

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. Join Janne to get a streamlined, actionable, and impactful test automation strategy tailored for Agile, DevOps, and even the notorious Waterfall approach. Janna draws upon real-world test strategies from her experience, deconstructing the essential elements and unveiling the blueprint for crafting a comprehensive test automation strategy, irrespective of your team’s chosen development methodology. Prepare to revolutionize your approach to test automation strategies.

Awesome Web Testing with Playwright Andrew Knight

Andrew Knight

Everybody gets frustrated when web apps are broken, but testing them thoroughly doesn’t need to be a chore. Enter Playwright, a new open-source browser automation tool from Microsoft. Automate concise yet robust web app tests for a Kanban board web app with Playwright in TypeScript. This tutorial covers how to install and configure Playwright, how to perform interactions through page objects, how to conveniently run different browsers, capture videos, and run tests in parallel. After this session, you’ll be empowered to test modern web apps of any kind with modern web test tools. You’ll also be able to compare Playwright with other tools like Selenium WebDriver and Cypress.

Getting Started with Visual Test Design for Automation

Anne Kramer

Visual test design – better known as “”Model-Based Testing”” (MBT) – undeniably has a lot of advantages, in theory. The shift-left approach helps to clarify and validate requirements at an early stage. Modeling allows complex systems to be decomposed and thus mastered. The graphical representation facilitates understanding, and provides a living documentation of the test idea. In practice, reluctance is high: too complicated, too time-consuming, too expensive. See how to start visual test design in a smart way (namely top-down). Using a concrete example, Anne will show you how to structure the test into suitable packages, create some test scripts and identify the required keywords for automation. You only need a pencil and paper!

Exploring BDD Automation Patterns

Gáspár Nagy & Seb Rose

This workshop focuses on the automation aspect of Behaviour Driven Development (BDD) and demonstrates how you can improve your BDD automation solution with design patterns. Using different design patterns for software development is not new. In this workshop you will explore a couple of automation patterns Gáspár and Seb have collected while working on their book, “BDD Automation Patterns”. Learn about the importance and benefits of using Test Automation Patterns, explore a few test automation patterns that work well with BDD tools, like Cucumber or SpecFlow; and learn how to identify and extract new test automation patterns.

Automation Framework Essentials

Chris Loder

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. This tutorial will cover what an automation framework is, the benefits of having one, and the keys to a successful framework, including reliability, repeatability, and maintainability. Come away with ideas and a plan to start your very own automation framework, or improve your existing one!

Get ready to transform your testing with two whole days totally focused on test automation – book your tickets and just 350+ of your peers in Berlin, this November.

get tickets

· Categorized: Uncategorized · Tagged: 2023

Copyright © 2026 · Impressum · Privacy · T&C

part of the