If you are using Postman for your REST API testing you can also use to automate your tests. Just save your requests into a collection and run them as part of your test process. Here is the blog detailing that - http://blog.getpostman.com/index.php/2014/05/12/meet-newman-a-command-line-companion-for-postman/
Pratik Mandrekar On Wed, Dec 10, 2014 at 3:07 PM, <bangpypers-requ...@python.org> wrote: > Send BangPypers mailing list submissions to > bangpypers@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > bangpypers-requ...@python.org > > You can reach the person managing the list at > bangpypers-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. Rest API testing tool (Mukesh Yadav) > 2. Re: Rest API testing tool (Pratik Vyas) > 3. Re: Rest API testing tool (Dhruv Baldawa) > 4. Re: Rest API testing tool (Mukesh Yadav) > 5. Re: Rest API testing tool (Bibhas Ch Debnath) > 6. [Jobs][Part-Time] Django framework - Interested candidates > for part time work (Thava Alagu) > 7. Re: [Jobs][Part-Time] Django framework - Interested > candidates for part time work (Kishan Mehta) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 9 Dec 2014 17:49:37 +0530 > From: Mukesh Yadav <mak....@gmail.com> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: [BangPypers] Rest API testing tool > Message-ID: > < > cabcma_tps57q7np2khrzxvq2mcze8qxzoho6jrv7pkdyj_q...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > 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 > mukeshyadav.com > > > ------------------------------ > > Message: 2 > Date: Tue, 9 Dec 2014 17:54:10 +0530 > From: Pratik Vyas <m...@pd.io> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] Rest API testing tool > Message-ID: > < > calb5_jowpuqaqc6cckve-bakuaowvgdcrmas4tdfsz0exsz...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav <mak....@gmail.com> 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 there something similar in python. > > > > > > python-requests + unittest would be convenient. > > > ------------------------------ > > Message: 3 > Date: Tue, 9 Dec 2014 17:52:39 +0530 > From: Dhruv Baldawa <dhruvbald...@gmail.com> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] Rest API testing tool > Message-ID: > <CAC5HnjjnVr=bVjye-NK6pOBL2= > y8pjcpenx59jfgfh_loeq...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > There is also https://github.com/svanoort/pyresttest/ you can try. > > On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav <mak....@gmail.com> 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 there something similar in python. > > > > > > -- > > Regards > > Mukesh Yadav > > mukeshyadav.com > > _______________________________________________ > > BangPypers mailing list > > BangPypers@python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > Dhruv Baldawa > (http://www.dhruvb.com) > > > ------------------------------ > > Message: 4 > Date: Tue, 9 Dec 2014 19:05:13 +0530 > From: Mukesh Yadav <mak....@gmail.com> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] Rest API testing tool > Message-ID: > < > cabcma_v6kdxzh-g9zr-1m-l-3xxnpdpz+uh2ewo+hhxqpu0...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > @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 <dhruvbald...@gmail.com> > wrote: > > > There is also https://github.com/svanoort/pyresttest/ you can try. > > > > On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav <mak....@gmail.com> 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 there something similar in python. > > > > > > > > > -- > > > Regards > > > Mukesh Yadav > > > mukeshyadav.com > > > _______________________________________________ > > > BangPypers mailing list > > > BangPypers@python.org > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > > > > > -- > > Dhruv Baldawa > > (http://www.dhruvb.com) > > _______________________________________________ > > BangPypers mailing list > > BangPypers@python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > -- > Regards > Mukesh Yadav > mukeshyadav.com > > > ------------------------------ > > Message: 5 > Date: Tue, 9 Dec 2014 19:06:23 +0530 > From: Bibhas Ch Debnath <m...@bibhas.in> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] Rest API testing tool > Message-ID: > <CAG1ZUWcY+HtxtqDpra5nmCjgwCQ53vB8xmKazJ4ge1r-Xa= > d...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > 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 <mak....@gmail.com> 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 Baldawa <dhruvbald...@gmail.com> > > wrote: > > > > > There is also https://github.com/svanoort/pyresttest/ you can try. > > > > > > On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav <mak....@gmail.com> > 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 there something similar in python. > > > > > > > > > > > > -- > > > > Regards > > > > Mukesh Yadav > > > > mukeshyadav.com > > > > _______________________________________________ > > > > BangPypers mailing list > > > > BangPypers@python.org > > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > > > > > > > > > > -- > > > Dhruv Baldawa > > > (http://www.dhruvb.com) > > > _______________________________________________ > > > BangPypers mailing list > > > BangPypers@python.org > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > > > > > -- > > Regards > > Mukesh Yadav > > mukeshyadav.com > > _______________________________________________ > > BangPypers mailing list > > BangPypers@python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > ------------------------------ > > Message: 6 > Date: Wed, 10 Dec 2014 14:55:00 +0530 > From: Thava Alagu <thavam...@gmail.com> > To: bangpypers@python.org > Subject: [BangPypers] [Jobs][Part-Time] Django framework - Interested > candidates for part time work > Message-ID: > <CAEQL+9c=4n+iWPscZiH9ihL06UjDPO_5NL3gKXCQ+f= > nh4f...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi, > > If any one interested in discussing part time assignments on Python/Django > and web 2.0 > projects, please get in touch with me. Experience is immaterial but should > be > comfortable with Django and web 2.0 technologies. > Could be fun, flexible and can work from remote. > > Regards, > -thava > > -- > Thava Alagu > Freelance Software consultant > +91-9731595054 | thavam...@gmail.com > > > ------------------------------ > > Message: 7 > Date: Wed, 10 Dec 2014 15:06:58 +0530 > From: Kishan Mehta <kishanmeh...@gmail.com> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] [Jobs][Part-Time] Django framework - > Interested candidates for part time work > Message-ID: > < > cac5thkfivprn09eqa3fhskwya20mgayfye-ow2axqptgmot...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi, > I am from mumbai. And I am interested. Please tell more about the project . > > Thanks, > Kishan Mehta > On Dec 10, 2014 2:55 PM, "Thava Alagu" <thavam...@gmail.com> wrote: > > > Hi, > > > > If any one interested in discussing part time assignments on > Python/Django > > and web 2.0 > > projects, please get in touch with me. Experience is immaterial but > should > > be > > comfortable with Django and web 2.0 technologies. > > Could be fun, flexible and can work from remote. > > > > Regards, > > -thava > > > > -- > > Thava Alagu > > Freelance Software consultant > > +91-9731595054 | thavam...@gmail.com > > _______________________________________________ > > BangPypers mailing list > > BangPypers@python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > > > ------------------------------ > > End of BangPypers Digest, Vol 88, Issue 4 > ***************************************** > _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers