Tag: #tdd
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
The Complete Guide to Software Testing Strategies — From Unit Tests to Chaos Engineering
Test pyramid, TDD, BDD, unit/integration/E2E testing, performance testing, and chaos engineering. A comprehensive guide to every testing strategy that guarantees software quality.
2026-04-12 · 18 min read #devops#testing#unit-test#integration#e2eSoftware 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#tddComplete Software Testing Guide 2025: TDD, Unit/Integration/E2E Testing, and CI/CD Automation
Everything about software testing! Test pyramid, TDD in practice, unit testing (Jest/pytest/JUnit), integration testing (Testcontainers), E2E (Playwright/Cypress), performance testing (k6), mocking strategies, code cover
2026-03-23 · 21 min read #testing#tdd#unit-test#integration-test#e2eJava Testing Complete Guide: JUnit 5, Mockito & WireMock in Practice
A comprehensive guide to Java testing with JUnit 5, Mockito, WireMock, TestContainers, and ArchUnit. Covers TDD from scratch, Spring Boot Test layers, and integration testing strategies.
2026-03-17 · 16 min read #java#junit5#mockito#wiremock#tddTypeScript Testing Complete Guide: Jest, Vitest, MSW, Mock & Stub in Practice
A complete guide to TypeScript testing covering Jest and Vitest setup, jest.fn/spyOn/mock, API mocking with MSW, Stub patterns, mock servers with json-server, and real-world TDD examples.
2026-03-17 · 20 min read #typescript#jest#vitest#msw#mockSoftware Testing Patterns Complete Guide: Stub, Mock, Spy, Fake
A comprehensive guide to the Test Double taxonomy by Gerard Meszaros — covering the differences between Dummy, Stub, Spy, Mock, and Fake, along with practical TDD/BDD strategies and real-world code examples.
2026-03-17 · 19 min read #테스팅#mock#stub#spy#tdd