I am new to programming and testing. I would like to know if there are any useful articles or resources where I can see how to test a web service.
I need to use HttpClient to implement my own universal REST API client - TestHttpClient <T>, which will complete GET, POST, PUT, DELETE operations.

Recommended Answers

All 3 Replies

I do my testing (prior to programming) with Postman, Fiddler and/or SoapUI.

Almost every API testing tool has its own documentation and manuals which explain how certain actions are done. Personally, I’d advise API Tester, for there are detailed guides on functionality and examples of interaction with popular API.

Myself, along with everyone else I know, uses Postman.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.