Re: [BangPypers] Functional testing wih headless browser framework

2013-09-24 Thread Amber Jain
Hello, > > On 17 September 2013 02:24, Amit Sethi > > 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 somethin

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-19 Thread Vaikuntham Jagannath
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 wrote: >

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-17 Thread s|s
+1 Selenium with xvfb is your best bet. On Wed, Sep 18, 2013 at 11:29 AM, Gora Mohanty wrote: > On 17 September 2013 02:24, Amit Sethi 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 a

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-17 Thread Gora Mohanty
On 17 September 2013 02:24, Amit Sethi 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 r

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-17 Thread Vaidik Kapoor
> 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) I thin

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-17 Thread Dhruv Baldawa
I have tried setting up PhantomJS, Selenium earlier, but I found ZombieJSfar more lightweight and fast in terms of test execution. Some sample test code: https://github.com/dhruvbaldawa/drophere/blob/master/test/test_client.coffee -- Dhruv Baldawa (http://www.dhruvb.

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-16 Thread svaksha ॥ स्वक्ष
On Tue, Sep 17, 2013 at 2:34 AM, svaksha ॥ स्वक्ष wrote: > On Mon, Sep 16, 2013 at 8:54 PM, Amit Sethi 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 ti

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-16 Thread svaksha ॥ स्वक्ष
On Mon, Sep 16, 2013 at 8:54 PM, Amit Sethi 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 s

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-16 Thread Noorul Islam Kamal Malmiyoda
On Sep 17, 2013 2:25 AM, "Amit Sethi" 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

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-16 Thread Pankaj Singh
Hey, I started using PhantomJS (http://phantomjs.org/), headless webkit with javascript, recently for behavior driven development with Django. PhantomJS is very easy to setup and Splinter (http://splinter.cobrateam.info/) has out of box support for it ( http://splinter.cobrateam.info/docs/drivers/

[BangPypers] Functional testing wih headless browser framework

2013-09-16 Thread Amit Sethi
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) Any tool