Tagged articles

gherkin

4 articles · Page 1 of 1
AI Digital Ideal
AI Digital Ideal
Jul 23, 2026 · Fundamentals

AI Test Engineering Lesson 0006: From Requirements to Executable Test Documentation

This lesson explains how to design comprehensive test documentation and test cases, covering the eight essential test‑case elements, equivalence partitioning, boundary‑value analysis, scenario testing, decision tables, Gherkin versus traditional test cases, practical examples, templates, AI‑assisted generation, and a QA checklist to help test engineers produce clear, repeatable, and maintainable test artifacts.

AIboundary-valueequivalence-partitioning
0 likes · 23 min read
AI Test Engineering Lesson 0006: From Requirements to Executable Test Documentation
Woodpecker Software Testing
Woodpecker Software Testing
Mar 17, 2026 · R&D Management

Shift‑Left Testing in Practice: How to Catch Defects Early in the Requirements Phase

The article examines how a fintech loan‑risk system applied shift‑left testing—embedding quality checks such as Gherkin‑based living requirements, contract testing, static analysis, and chaos engineering—to intercept defects during requirements, design, and development, achieving 87% early defect detection, a 40% reduction in UAT time, and zero P0 incidents, while warning against common pitfalls.

Chaos EngineeringFinTechQuality Assurance
0 likes · 8 min read
Shift‑Left Testing in Practice: How to Catch Defects Early in the Requirements Phase
Nightwalker Tech
Nightwalker Tech
May 28, 2025 · Fundamentals

Introduction to Behavior‑Driven Development (BDD) and Gherkin Syntax

Behavior‑Driven Development (BDD) is an agile methodology that uses natural‑language Gherkin scenarios to describe system behavior, fostering collaboration among developers, testers, and product owners, with detailed examples, best practices, and tool recommendations for implementing BDD across various software projects.

BDDTestAutomationagile
0 likes · 28 min read
Introduction to Behavior‑Driven Development (BDD) and Gherkin Syntax
MoonWebTeam
MoonWebTeam
Mar 1, 2024 · Frontend Development

How to Generate E2E Test Cases with Playwright Codegen and BDD

This article compares two E2E test case generation approaches—recording via Playwright’s codegen and behavior‑driven development (BDD) using Gherkin—detailing their principles, code examples, selector handling, DSL design, and the trade‑offs in flexibility, difficulty, and readability for web testing.

BDDE2E testingPlaywright
0 likes · 13 min read
How to Generate E2E Test Cases with Playwright Codegen and BDD