Tagged articles
3 articles
Page 1 of 1
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.

FinTechShift-Left Testingchaos engineering
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.

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