Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Asher Vilensky Newsgroups: comp.software.testing Subject: Re: need REST API test automation harness/tool Date: Fri, 17 Aug 2012 04:40:46 -0700 (PDT) Organization: http://groups.google.com Lines: 48 Message-ID: References: NNTP-Posting-Host: 74.217.37.113 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1345203740 23925 127.0.0.1 (17 Aug 2012 11:42:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Aug 2012 11:42:20 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.217.37.113; posting-account=AnW6KQkAAAAfgo04lu5Sx4b428t8lqMC User-Agent: G2/1.0 Xref: csiph.com comp.software.testing:219 Many thanks for all the kind replies. Specifically: jas...@gmail.com: I know bourn/korn shell. Some Perl Jorgen: Yes, I'm already using curl. I'm looking for a tool to automate m= y curl calls dumitru.corobceanu: Will look at Soap UI (although we're doing REST, not S= OAP). On Thursday, August 16, 2012 8:33:39 AM UTC-4, Asher Vilensky wrote: > Does anybody know of a tool to automate REST API testing? Let me give a = brief example of what I'm looking for. Right now I'm using both Poster (Fi= reFox add-on) or curl to do something like this: >=20 >=20 >=20 > Post: http://host:8080/// >=20 >=20 >=20 > Content to send (json): >=20 > { >=20 > "Name":"Asher-1", >=20 > "Address1":"some St", >=20 > "City":"some city", >=20 > "Zipcode":"00000", >=20 > "ContactPhone":"11231231234" >=20 > } >=20 >=20 >=20 >=20 >=20 > I'm doing this manually. What I'd like to do is automate the above with = different parameters and different json's. Also, I have many different API= 's to test. So the question is if anybody knows of an automated test tool = that can do this. I'm already familiar with things like Selenium and other= GUI-based tools. I'm NOT looking for that. >=20 > Thanks.