Introduces the concept of antifragility and argues that the 'TestOps' role (strong automation skills across testing, CI/CD, environments) is the most antifragile testing role due to the wide range of career options it enables, recommending programming skills for increased job security.
Read articleExplores Google's concept of Engineering Productivity (EP), defining it as enabling development teams to own quality through tools and guidance. Covers EP goals (speed, quality, stability), responsibilities (shift left/right, frameworks, speed), and roles (TE, SET, SRE, TestOps, PO).
Read articleApplies Continuous Improvement (Kaizen) to TestOps, advocating a Beginner's Mind and focusing on improving test strategy (pyramid), speed (parallelism), code quality (refactoring), automation (including infrastructure), leveraging cloud/OSS, and reading.
Read articlePart 3 of TestOps series defines Continuous Testing (CT) and its components within the SDLC: CI/unit tests, coverage/static analysis, automated deployment, integration/E2E/visual tests, performance, security, exploratory testing, and TiP.
Read articleExplores Testing in Production (TiP) techniques like Canary/Blue-Green deployments, Controlled Test Flights (feature flags), A/B testing, Synthetic User testing, Fault Injection (Chaos Monkey), and Dogfooding, outlining prerequisites and risks.
Read articleIntroduces the TestOps concept (efficiently providing test infrastructure/frameworks) and outlines benefits: expanding skills, deepening SE understanding, learning operations, discovering new test areas, and increasing contribution value.
Read articleApplies Poppendieck's seven Lean principles to software testing: Eliminate waste (automate smartly, balance costs), Amplify learning, Decide late (BDD, maintainable tests), Deliver fast, Empower the team, Build integrity (perceived & conceptual), See the whole.
Read articleOffers 2016 advice for testers: DO learn continuously, automate checks, manage environments, adopt Agile/Lean & social skills, specialize (pentest, mobile, etc.). Don't rely solely on manual checks, over-invest in ISTQB, expect training shortcuts, be shy.
Read articleExplores how Ansible, a simple automation agent, supports Continuous Delivery by enabling environment setup, configuration updates, auto-configuration of tools like Jenkins/Selenium Grid, and running smoke tests.
Read article