[BangPypers] BangPypers Digest, Vol 88, Issue 4

Pratik Mandrekar pratikmandrekar at gmail.com
Thu Dec 11 08:05:20 CET 2014


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-request at python.org> wrote:

> Send BangPypers mailing list submissions to
>         bangpypers at 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-request at python.org
>
> You can reach the person managing the list at
>         bangpypers-owner at 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.gnu at gmail.com>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: [BangPypers] Rest API testing tool
> Message-ID:
>         <
> CABcMa_tps57Q7nP2kHRZxVQ2MCzE8qxZOhO6JrV7PKdYj_qB5g at 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 at pd.io>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: Re: [BangPypers] Rest API testing tool
> Message-ID:
>         <
> CALb5_JoWPUQAQC6cCKVE-BaKUaOwvgdcrMAS4tdFsz0exszrOw at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav <mak.gnu at 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 <dhruvbaldawa at gmail.com>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: Re: [BangPypers] Rest API testing tool
> Message-ID:
>         <CAC5HnjjnVr=bVjye-NK6pOBL2=
> y8PJcpEnx59JFGfh_LoEQMHA at 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.gnu at 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 at 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.gnu at gmail.com>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: Re: [BangPypers] Rest API testing tool
> Message-ID:
>         <
> CABcMa_v6KdxZh-G9Zr-1m-L-3XxnPDpz+uh2ewO+HhxqPu0smg at 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 <dhruvbaldawa at 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.gnu at 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 at python.org
> > > https://mail.python.org/mailman/listinfo/bangpypers
> > >
> >
> >
> >
> > --
> > Dhruv Baldawa
> > (http://www.dhruvb.com)
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at 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 <me at bibhas.in>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: Re: [BangPypers] Rest API testing tool
> Message-ID:
>         <CAG1ZUWcY+HtxtqDpra5nmCjgwCQ53vB8xmKazJ4ge1r-Xa=
> DxQ at 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.gnu at 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 <dhruvbaldawa at 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.gnu at 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 at python.org
> > > > https://mail.python.org/mailman/listinfo/bangpypers
> > > >
> > >
> > >
> > >
> > > --
> > > Dhruv Baldawa
> > > (http://www.dhruvb.com)
> > > _______________________________________________
> > > BangPypers mailing list
> > > BangPypers at python.org
> > > https://mail.python.org/mailman/listinfo/bangpypers
> > >
> >
> >
> >
> > --
> > Regards
> > Mukesh Yadav
> > mukeshyadav.com
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 10 Dec 2014 14:55:00 +0530
> From: Thava Alagu <thavamuni at gmail.com>
> To: bangpypers at python.org
> Subject: [BangPypers] [Jobs][Part-Time] Django framework - Interested
>         candidates for part time work
> Message-ID:
>         <CAEQL+9c=4n+iWPscZiH9ihL06UjDPO_5NL3gKXCQ+f=
> Nh4FtcA at 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 | thavamuni at gmail.com
>
>
> ------------------------------
>
> Message: 7
> Date: Wed, 10 Dec 2014 15:06:58 +0530
> From: Kishan Mehta <kishanmehta3 at gmail.com>
> To: Bangalore Python Users Group - India <bangpypers at python.org>
> Subject: Re: [BangPypers] [Jobs][Part-Time] Django framework -
>         Interested candidates for part time work
> Message-ID:
>         <
> CAC5ThKFivPRn09eqa3FHSkwYa20MGaYFyE-Ow2axQptgMOtKhQ at 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" <thavamuni at 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 | thavamuni at gmail.com
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
>
> ------------------------------
>
> End of BangPypers Digest, Vol 88, Issue 4
> *****************************************
>


More information about the BangPypers mailing list