Mocks in Software Testing
Discussions center on using mocks for API and unit testing, promoting a tool called 'mock', debating mocks vs. fakes/stubs/real dependencies, and mentioning alternatives like WireMock, VCR, and SoapUI.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Why mock? There are other tools like soap ui etc.
What do you use instead of mocks when testing?
That sounds potentially really neat for mocking API calls.
now that's a great test case that could easily be tested using mocks.
Test to me is a tool for debugging. Mock is at least useless to me. Use real mock instead by introduce real dependency, but with local effects.
mock, an API creation and testing utility. Any feedback is welcome!https://dhuan.github.io/mock/latest/examples.html
mock, an API creation and testing utility. Any feedback is welcome!https://dhuan.github.io/mock/latest/examples.html
mock, an API creation and testing utility. Any feedback is welcome!https://dhuan.github.io/mock/latest/examples.html
Either a test environment or a mocking library
Awesome, now I don't have to write mocks for testing!