Check client to test WCF Rest services or just use a browser?

I wrote my first holiday services, and I'm currently testing them in a browser.

Is there a test client or some kind that provides additional functions, or is this the usual way of testing, that is, in IE, Firefox, etc.

+3
source share
4 answers

I am using Fiddler. Browsers are a real pain to try and check.

+7
source

You might want to test them through a unit testing system, and not through browsers. For instance. NUnit or - depending on your version of Visual Studio - MS Test may be a parameter.

, WCF , .

, .

+3

rest-client . , Java.

+1

FireGox Fluggins, :

  • REST ( Poster REST Client, )

/

0

Source: https://habr.com/ru/post/1758592/


All Articles