https://linen.dev logo
#wiremock-java
Title
# wiremock-java
r

Raghavan Kasthuri

10/10/2023, 1:44 PM
Hello everyone, To my understanding wiremock mocks response that could have been received by hitting the systems. However, can wiremock be used for an API that updates status in the backend? In other words, wiremock can not update the backend database - can it?
o

Oleg Nenashev

10/10/2023, 5:38 PM
You can achieve it via an extension, but definitely it's not a key use case. I would suggest using WireMock State Extension if you need to keep context in your mocks
2 Views