Tag: #test-pyramid
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
The Complete Guide to Test Strategy: Decision Criteria Instead of the Pyramid Debate
Instead of picking a winner between the test pyramid and the testing trophy, this post decomposes the argument into the axes it actually turns on, so a team can derive its own ratio. It covers the definition of a unit, t
2026-08-15 · 22 min read #테스트#아키텍처#testing#test-pyramid#coverageSoftware Testing Strategies Complete Guide 2025: Unit/Integration/E2E, TDD, Test Pyramid
Everything about testing! Test pyramid (unit/integration/E2E), TDD/BDD, Jest/Vitest (frontend), Pytest/JUnit (backend), Playwright/Cypress (E2E), mocking strategies, test coverage, CI integration, performance/security te
2026-03-25 · 21 min read #testing#unit-test#integration-test#e2e#tdd