[BangPypers] Functional testing wih headless browser framework

Vaikuntham Jagannath vjagannath09 at gmail.com
Fri Sep 20 03:17:54 CEST 2013


You could use PhantomJS +Selenium with python. I tried a very basic
spike.You could find it here.

http://simply-jags.blogspot.in/2013/06/headless-testing-with-selenium.html

For BDD with python try lettuce... http://lettuce.it/

Hope this helps. :)


On Wed, Sep 18, 2013 at 2:32 PM, s|s <supr.e.etsethi at gmail.com> wrote:

> +1 Selenium with xvfb is your best bet.
>
>
> On Wed, Sep 18, 2013 at 11:29 AM, Gora Mohanty <gora at mimirtech.com> wrote:
>
> > On 17 September 2013 02:24, Amit Sethi <amit.pureenergy at gmail.com>
> wrote:
> > > Hi ,
> > >
> > > I am looking to add some functional testing to my application. I have
> > seen
> > > a couple of tools via google search but the reason I am a little
> > > circumspect is that last time, I did something similar using selenium
> and
> > > it seemed lack some requirements of mine.(It was not exacty headless)
> > [...]
> >
> > If you are already familiar with Selenium, that is what I would
> > go with. You can run Selenium headless with X11 and Xvfb
> > (the old school method that works just fine), or with PhantomJS
> > and Webkit.
> >
> > Regards,
> > Gora
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
>
> --
> Supreet Sethi
> Ph UK: +447859172473
> Ph IN: +919811143517
> Ph Skype: d_j_i_n_n
> Profile: http://www.google.com/profiles/supreet.sethi
> Twt: http://twitter.com/djinn
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list