Tag: #mocking
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 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#coverage[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#wiremock[DevOps] SSO Server Mocking Guide: Building OAuth2/OIDC Test Environments
A comprehensive guide to mocking SSO (Single Sign-On) servers. Covers OIDC Provider simulation with WireMock, Keycloak test containers, and mock-oauth2-server usage.
2026-03-20 · 11 min read #devops#sso#oauth2#oidc#mocking