Re: browser testing

2017-01-05 Thread Mike Dewhirst
Antonis - that looks really good. Thanks for sharing ... Mike On 5/01/2017 7:20 PM, Antonis Christofides wrote: Some time ago I was in a small team of programmers and I thought it was unreasonable for everyone to learn Selenium, so I created django-selenium-clean, a front-end, which is much

Re: browser testing

2017-01-05 Thread Antonis Christofides
Some time ago I was in a small team of programmers and I thought it was unreasonable for everyone to learn Selenium, so I created django-selenium-clean, a front-end, which is much easier and with documentation that includes tutorial and reference. https://github.com/aptiko/django-selenium-clean/

Re: browser testing

2017-01-04 Thread Mike Dewhirst
Thanks Alex M On 5/01/2017 11:40 AM, Alex Heyden wrote: Everyone who wants into that space compares themselves to Selenium, because Selenium is that good and has that much market share. It's obnoxious to use, excludes some less technical users, but behaves very predictably in skilled hands and

Re: browser testing

2017-01-04 Thread Alex Heyden
Everyone who wants into that space compares themselves to Selenium, because Selenium is that good and has that much market share. It's obnoxious to use, excludes some less technical users, but behaves very predictably in skilled hands and has plenty of community support. If I needed to include les

browser testing

2017-01-04 Thread Mike Dewhirst
Does anyone have any recommendations for testing via the browser? I have heard Selenium mentioned and saw a feature contrast between Selenium and Imacro which indicated Imacro is the best choice. Before I do the right thing and dig into it myself, are there any war stories or testimonials out

Re: Browser Testing - Selenium or Windmill

2009-02-28 Thread Ryan Kelly
> What's the best tool for doing automated browser testing with Django > apps? I have some personal experience with Selenium (although not when > testing Django), which seems fairly mature, and has a great Firefox > extension, but has some serious problems dealing with frame

Browser Testing - Selenium or Windmill

2009-02-28 Thread Chris
What's the best tool for doing automated browser testing with Django apps? I have some personal experience with Selenium (although not when testing Django), which seems fairly mature, and has a great Firefox extension, but has some serious problems dealing with frames and popups. I rec