Skip to content

Robot Framework — Decisions & Production

How to scale large suites, avoid costly anti-patterns, and mature your automation from ad-hoc scripts to an owned, observable product. Pair this section with Architecture and official docs on parallel runs and Pabot.

Topics in this section

Topic File What you will learn
Scalability & Maintainability 01-scalability-maintainability.md Parallel runs with Pabot, suite splitting, tags, contract tests, DRY resources, and architecture patterns for API vs microservices vs full-stack.
Anti-Patterns, Risks & Limitations 02-antipatterns-risks.md Symptom/fix tables for brittle tests, risks (verbosity, flakiness, perf scope), and mitigation strategies.
Maturity Model & Engineering Heuristics 03-maturity-model-heuristics.md Five maturity levels, transitions, staff-level heuristics, security/perf boundaries, and “framework as a product.”

When to read what

Situation Start here
CI exceeds target duration or suites hit 1000+ cases Scalability & Maintainability
Flaky tests, duplicated HTTP calls, or “IF in .robot Anti-Patterns, Risks & Limitations
Stakeholders ask for roadmap, ownership, or quality metrics Maturity Model & Engineering Heuristics

See also