Rest Api Tools For Windows

  1. Rest Api Testing Tools
  2. Rest Online Tool
  3. Rest Client Tool
Active2 years, 8 months ago

Advanced REST client. //install.advancedrestclient.com A better API testing tool! Save your time with the easiest API testing tool out there. On windows it's. OpenAPI Specification The power of Swagger tools starts with the OpenAPI Specification — the industry standard for RESTful API design Explore OAS Open Source Tools Individual tools to create, update and share OpenAPI definitions with consumers Explore Open Source Tools. Popular Alternatives to Advanced REST Client (ARC) for Mac, Windows, Linux, Web, Firefox and more. Explore 25+ apps like Advanced REST Client (ARC), all suggested and ranked by the AlternativeTo user community. Powerful HTTP and GraphQL tool belt. Free and open source on Mac, Windows, and Linux. Create HTTP requests. Specify URL, payload, headers, and authorization all in one place. Then just hit send. View response details. Get all the details on every response. View status code, body, headers, cookies, and more! Reuse API keys or session IDs.

Looking for tools use to test REST API.

So far I'm only aware of SoapUI. I've tried SOAPUI but - at least in a mac - it's terrible.

Rest api tools for windows 6

Wondering what people are using to test their own APIs.

j0k
20.7k14 gold badges69 silver badges79 bronze badges
dscapedscape
1,9531 gold badge18 silver badges20 bronze badges

closed as primarily opinion-based by devnull, EdChum, Raul Rene, Pinal, Satish SharmaJul 23 '14 at 8:24

Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.

11 Answers

If you're just testing your APIs manually, we've found RestClient 2.3 or the Poster add-on for Firefox to be pretty helpful. Both of these let you build requests that GET, PUT, POST, or DELETE. You can save these requests to rerun later.

For simple automated testing try the Linux (or Cygwin) 'curl' command in a shell script.

From something more industrial strength you can move up to Apache JMeter. JMeter is great for load testing.

31 October 2014: HTTPRequester is now a better choice for Firefox.

July 2015: Postman is a good choice for Chrome

Jim FerransJim Ferrans
22.6k10 gold badges49 silver badges81 bronze badges

Postman in the chrome store is simple but powerful.

daviddeathdaviddeath
1,2892 gold badges12 silver badges16 bronze badges

I use http://hurl.it/

Ha. Sorry, I mis-read your post. I've used cucumber to test it before. It worked out nicely.

Jimmy BakerJimmy Baker

We are using Groovy to test our RestFUL API, using a series of helper functions to build the xml put/post/gets and then a series of tests on the nodes of the XML to check that the data is manipulated correctly.

We use Poster (for Firefox, Chrome seems to be lacking a similar tool) for hand testing single areas, or simply to poll the API at times when we need to create further tests, or check the status of things.

theCesspittheCesspit

We're planning to use FitNesse, with the RestFixture. We haven't started writing our tests yet, our newest tester got things up and running last week, however he has used FitNesse for this in his last company, so we know it's a reasonable setup for what we want to do.

Rest Api Testing Tools

More info available here:http://smartrics.blogspot.com/2008/08/get-fitnesse-with-some-rest.html

testerabtesterab
Rest

I am using Fiddler - this is a great tool and allows you to quickly hack on previous http request amending headers / content etc.

Apart from that I am using scipts written in Python (using httplib) , as this is one of the easiest way to create integration test.

MaciekTalaskaMaciekTalaska
1,3931 gold badge10 silver badges20 bronze badges

I am using DevHttpClient Plugin for chrome, its handy. it does also saves previous actions. clean UI as well

JOYJOY

http://www.quadrillian.com/ this enables you to create an entire test suite for your API and run it from your browser and share it with others.

Gidon WiseGidon Wise
1,7441 gold badge10 silver badges10 bronze badges

We use Groovy and Spock for writing highly expressive BDD style tests. Unbeatable combo! Jersey Client API or HttpClient is used for handling the HTTP requests.

For manual/acceptance testing we use Curl or Chrome apps as Postman or Dev HTTP Client.

RunarBRunarB

We test our own with our own unit tests and oftentimes a dedicated client app.

Wyatt BarnettWyatt Barnett
15k3 gold badges27 silver badges51 bronze badges

There is a free tool from theRightAPI that lets you test any HTTP based API. It also lets you save and share your test scenarios.

RogerRoger

Rest Online Tool

1,0763 gold badges22 silver badges56 bronze badges

Rest Client Tool

Not the answer you're looking for? Browse other questions tagged apirestqafunctional-testingsoapui or ask your own question.