Answer the question
In order to leave comments, you need to log in
How to test REST api on the client?
Are there any services (or server libraries/utilities) for generating test results from REST API calls?
Those. I have a client (in JavaScript and Java), but there is no server part yet (it is being cut separately). And it would be desirable to be tested already as with the real server.
Answer the question
In order to leave comments, you need to log in
I use absolutely no libraries just json files that are issued instead of Web Api. Works well without extra libraries. Sometimes I just mock $.ajax and immediately get json from there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question