Live data from Hacker News

Firefox 55 and Selenium IDE

seleniumhq.wordpress.com

1–10 of 132 posts

Re: Firefox 55 and Selenium IDE

#2
Wow, that's really sad to hear!

I wonder if, instead of abandoning the project, they could put together a patron sponsorship to fund further development?

I'm sure there are plenty of companies out there that rely on firefox and selenium and would be more than happy to help contribute?

Re: Firefox 55 and Selenium IDE

#4
I'd be curious to see what the usage stats on the IDE are; my company (Mozilla, ironically) uses Selenium a ton, but as far as I know we write all of our tests by hand instead of with the IDE since it allows you to use patterns like Page objects to make your tests more maintainable in the long run. Although the last time I used the IDE was years ago, so it may be more flexible than it used to be.

Does anyone extensively use the IDE?

Re: Firefox 55 and Selenium IDE

#6

I wonder if there's anyone here from SauceLabs or or any other company that does browser automation as a service -- was this easy to see coming? Is everything pants-on-fire there at the moment?

We at http://www.trinityradar.com/ provide browser automation service. We stopped working with Firefox a few months ago since less and less people are using firefox now. We run chrome browser on cloud. Full disclosure: I work for Trinity Radar.

Re: Firefox 55 and Selenium IDE

#7
Of course, Selenium (WebDriver) still works. However, this might be the push for people to investigate other test frameworks. I found TestCafe by DevExpress (https://devexpress.github.io/testcafe/) is a great tool and is also completely open source (MIT!). It's a shame that the community is so small because it's so powerful. Maybe this might be the push that moves some more people over?

Re: Firefox 55 and Selenium IDE

#8
What are some good open source tools in the area of rapid development ofweb end-to-end tests?

I know about Robot Framework, which does not record and replay but instead uses an AppleScript type english-flavoured DSL. But still seems quicker than scripting Selenium.

Re: Firefox 55 and Selenium IDE

#9
post #4

I'd be curious to see what the usage stats on the IDE are; my company (Mozilla, ironically) uses Selenium a ton, but as far as I know we write all of our tests by hand instead of with the IDE since it allows you to use patterns like Page objects to make your tests more maintainable in the long run. Although the last time I used the IDE was years ago, so it may be more flexible than it used to be. Does anyone extensiv…

Fuck yeah

Re: Firefox 55 and Selenium IDE

#10
Selenium IDE is a tremendous help for projects that want integration testing, and want to enable any team member to write ballpark tests.

Selenium IDE saved us hundreds or thousands of hours.

For example, my team took an existing web app with no tests, and had the project manager and junior business analysis go through the entire app with the Selenium IDE, writing tests.

This enabled our dev team to start coding fast, and refactoring fast.

In parallel our QA team then took those tests and used them as first-drafts to create even better tests that were generic, maintainable, randomizable, and so forth.

Post reply on HN