Hi,
I was looking for a tool or a library which can do automated testing of
APIs, currently I use Postman (Chrome extension for manual testing).
I found https://github.com/vlucas/frisby which is exactly what I was
looking for is there something similar in python.
--
Regards
Mukesh Yadav
muke
On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav wrote:
> Hi,
>I was looking for a tool or a library which can do automated testing of
> APIs, currently I use Postman (Chrome extension for manual testing).
> I found https://github.com/vlucas/frisby which is exactly what I was
> looking for is the
There is also https://github.com/svanoort/pyresttest/ you can try.
On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav wrote:
> Hi,
>I was looking for a tool or a library which can do automated testing of
> APIs, currently I use Postman (Chrome extension for manual testing).
> I found https://gith
@Dhruva its nice but it does not test the data type of values.
@pratik thats the last choice.
On Tue, Dec 9, 2014 at 5:52 PM, Dhruv Baldawa
wrote:
> There is also https://github.com/svanoort/pyresttest/ you can try.
>
> On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav wrote:
>
> > Hi,
> >I was
requests/urllib + unittest is possibly the best fit.
Thanks,
Bibhas Debnath
http://bibhas.in
On Tue, Dec 9, 2014 at 7:05 PM, Mukesh Yadav wrote:
> @Dhruva its nice but it does not test the data type of values.
> @pratik thats the last choice.
>
> On Tue, Dec 9, 2014 at 5:52 PM, Dhruv Balda