TEJAS M Ntejasmn.hashnode.dev·Nov 24, 2024WireMockIn today’s world of microservices and distributed architectures, testing APIs effectively has become essential to ensure system stability and functionality. This is where WireMock shines as a versatile tool that allows developers and testers to simul...APIs
Marino Wijaymarinow.hashnode.dev·Mar 29, 2023A DeepDive Into Testing WireMock On K8s With IstioIstio, Kubernetes, and WireMock? Yup! It's a powerful combination! Recap In my previous blog https://marinow.hashnode.dev/how-to-not-stub-your-toe-in-production, we discussed ideas on how you can combine the power of Istio and WireMock Stub functiona...11 likes·1.3K readswiremock
Marino Wijaymarinow.hashnode.dev·Mar 21, 2023How To Not Stub Your Toe In ProductionApplication testing from the Network and Platform Engineering lens I’ve hit a stub, what did I do…right?! Coming from a networking engineering background, it’s always challenging to understand the behaviours of applications and how they’re expected t...15 likes·371 readsAPIs
Daniel Genezinidanielgenezini.hashnode.dev·Mar 1, 2023Integration tests without API dependencies with ASP.NET Core and WireMock.NetIntroduction Although there are many definitions about the scope of an integration test, Martin Fowler defines Narrow integration tests, where the integration with other systems are tested using mocks, and Broad integration tests, where they communic...dotnet
Lavanya Prasanthlavan.hashnode.dev·Jan 17, 2023How to mock an API in WireMock using DockerIn this blog, we will be learning how to create a service virtualization using WireMock. When we are developing a micro-service application, one service may invoke an API call to another service. Let's consider we are part of a food order application...186 readswiremock
H.Enes Gökdağhenesgokdag.hashnode.dev·Apr 24, 2022Mocklama Mantığı Ve WiremockSelamlar, bugün size mocklama mantığı ve Wiremock kullanımı hakkında bilgi vermeye çalışacağım. Mock(sahte) nesneler gerçek nesnelerin davranışını kontrollü olarak taklit eden benzetilmiş nesnelerdir. Bir nesnenin davranışını test etmek için o nesnen...87 readsMocking