Testing

TDD/BDD testing principles. Use when writing tests, reviewing test coverage, setting up testing, or discussing test strategy and test architecture. Use when this capability is needed.

tomevault-io Updated

File contents

Testing - TDD/BDD Principles

This skill provides universal guidelines and best practices for testing across all technology stacks.

See @REFERENCE.md for detailed documentation.

Quick Reference

  • TDD Cycle: RED → GREEN → REFACTOR
  • Coverage Target: >= 80%
  • Pyramid: Unit (70%) > Integration (20%) > E2E (10%)
  • Pattern: Arrange-Act-Assert (AAA)
  • Naming: Descriptive test names that explain behavior

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/thebeardedbearsas--claude-craft--testing commit cd4a74f459

Frequently asked questions

npx skillmds@latest add tomevault-io/testing-64