Tag: #stub
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
[DevOps] Complete Guide to Stub and Mocking Servers: From Concepts to Practice
A comprehensive guide covering the differences between Stub and Mock, comparison of major mocking tools (WireMock, MockServer, json-server, Prism), practical setup, and CI/CD integration.
2026-03-20 · 14 min read #devops#testing#mocking#stub#wiremockSoftware 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