{"slug": "automation-before-automation-aba-a-missing-phase-in-modern-testing", "title": "Automation Before Automation (ABA) — A Missing Phase in Modern Testing?", "summary": "A developer proposes the term 'Automation Before Automation' (ABA) to describe an intermediate testing phase that involves automatically generating and executing exploratory, validation, and robustness tests before building traditional automated regression suites. The white paper argues that this phase, often performed informally with fuzzers, mutation tools, and AI-assisted generation, deserves a distinct name to clarify its purpose of exposing unknown behavior rather than protecting known expectations.", "body_md": "Software testing is usually described in two large categories: exploratory testing and automated testing. Exploratory testing is about investigation and discovery. Automated testing is about repeatable verification and regression protection. Both are well established, well documented, and widely practiced.\n\nIn real projects, however, the workflow is rarely that clean.\n\nAfter implementing a new endpoint or modifying existing functionality, teams do not immediately start by building a long-term automated regression suite. First, they try to understand how the system actually behaves. They vary inputs, test boundary conditions, send invalid data, alter payload structures, observe status codes, and look for unstable behavior. Increasingly, this is not done purely manually. Teams use fuzzers, mutation tools, schema-driven generators, and AI-assisted test generation to execute hundreds of variations in minutes.\n\nThe purpose of this activity is not regression protection. The generated tests are often temporary and disposable. Their value lies in the information they reveal quickly: weak validation, inconsistent error handling, unexpected 500 responses, protocol inconsistencies, or fragile assumptions in the backend.\n\nDespite being common, this phase has no widely accepted name. It is often grouped under exploratory testing, even though it involves automated generation and execution. It is also sometimes confused with traditional test automation, even though it does not produce long-term maintainable suites integrated into CI/CD.\n\nThis intermediate layer deserves clearer definition.\n\nIn a recent white paper, I propose the term Automation Before Automation (ABA) to describe this activity. ABA refers to the practice of automatically generating and executing exploratory, validation, robustness, and protocol-level tests before creating and maintaining traditional automated test suites. In short, it is automated exploration before automated verification.\n\nThe distinction matters because the goals are different. Traditional automated testing answers the question: how do we ensure this does not break again? ABA answers a different question: what do we not yet understand about this implementation?\n\nAutomation focuses on protecting known expectations. ABA focuses on exposing unknown behavior. Automation produces confidence over time. ABA produces information quickly.\n\nWith the rise of fuzzing technologies, property-based testing, AI-assisted generation, and automated protocol exploration tools, this intermediate phase is becoming more visible in practice. Yet without a shared vocabulary, it is often undervalued or performed informally. In some cases, teams automate too early, locking in happy-path assumptions before seriously challenging how the system behaves under imperfect input.\n\nThe white paper does not introduce a new testing technique. It attempts to formalize and characterize a testing activity that many teams already perform but rarely define explicitly. By naming and structuring it, we can reason more clearly about when it should happen, what tools belong to it, and how it complements rather than replaces traditional automation.\n\nIf this resonates with how your team works in practice, you may find the full paper useful.\n\nAutomation Before Automation (ABA): An Intermediate Phase in Modern Software Testing - [https://qaontime.com/research/automation-before-automation.html](https://qaontime.com/research/automation-before-automation.html)\n\nI am particularly interested in perspectives from teams using fuzzing, property-based testing, schema-driven generators, or AI-assisted test generation in early development stages. Is this truly a distinct phase, or simply a reframing of existing practices?", "url": "https://wpnews.pro/news/automation-before-automation-aba-a-missing-phase-in-modern-testing", "canonical_source": "https://dev.to/liudasjan/automation-before-automation-aba-a-missing-phase-in-modern-testing-34g5", "published_at": "2026-06-16 05:13:19+00:00", "updated_at": "2026-06-16 05:17:02.880504+00:00", "lang": "en", "topics": ["developer-tools", "artificial-intelligence", "machine-learning", "ai-tools", "ai-agents"], "entities": ["Automation Before Automation", "ABA", "QAontime"], "alternates": {"html": "https://wpnews.pro/news/automation-before-automation-aba-a-missing-phase-in-modern-testing", "markdown": "https://wpnews.pro/news/automation-before-automation-aba-a-missing-phase-in-modern-testing.md", "text": "https://wpnews.pro/news/automation-before-automation-aba-a-missing-phase-in-modern-testing.txt", "jsonld": "https://wpnews.pro/news/automation-before-automation-aba-a-missing-phase-in-modern-testing.jsonld"}}