Hello, I’m exploring WireMock to automate a appli...
# help
t
Hello, I’m exploring WireMock to automate a application which is on web & mobile application that integrates with multiple external POS systems. Some of these POS systems are web-based, while others are desktop-based, and we sometimes need to access them via AnyDesk. Could WireMock be a good fit for simulating these external POS interactions? If so, what would be the best approach to set up stubs and mocks for such an environment? Appreciate any insights or guidance! Thanks!
l
This is a tricky one to answer. If the systems that you want to mock are rest, gRPC or graphql systems then WireMock will be a great fit. I don't know if that is the case for your desktop systems that you access via AnyDesk
t
rest
l
Then WireMock would be a great fit for mocking the rest endpoints that your system interacts with. If you are new to wiremock, I would start by looking at the docs on how to represent the APIs you want to mock in WireMock stubs - https://wiremock.org/docs/stubbing/
t
Ah, great
Thanks
Thanks for your guidance. I'll have a look and raise if i have any concern
l
No problem at all. Any specific questions you have just let us know
t
Sure, Thanks