Re: [BangPypers] Functional testing wih headless browser framework

2013-09-25 Thread Amber Jain
Hello, On 17 September 2013 02:24, Amit Sethi amit.pureene...@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

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

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-18 Thread Gora Mohanty
On 17 September 2013 02:24, Amit Sethi amit.pureene...@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

Re: [BangPypers] Functional testing wih headless browser framework

2013-09-18 Thread s|s
+1 Selenium with xvfb is your best bet. On Wed, Sep 18, 2013 at 11:29 AM, Gora Mohanty g...@mimirtech.com wrote: On 17 September 2013 02:24, Amit Sethi amit.pureene...@gmail.com wrote: Hi , I am looking to add some functional testing to my application. I have seen a couple of tools

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 ZombieJShttp://zombie.labnotes.org/far 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

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 think

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 amit.pureene...@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

Re: [BangPypers] Functional testing wih headless browser framework

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

Re: [BangPypers] Functional testing wih headless browser framework

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