TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Selenium 2.0: Out Now

126 pointsby mattybalmost 14 years ago

13 comments

npongratzalmost 14 years ago
Official website here: <a href="http://seleniumhq.org/" rel="nofollow">http://seleniumhq.org/</a><p>For those who don't know what Selenium is (or forgot, like me), it is a system for testing web applications. It includes the following components:<p>+ Selenium IDE (Firefox add-on for creating and replaying tests) + Selenium Remote Control (run tests in multiple browsers and platforms) + Selenium Grid (run tests in parallel across multiple servers)<p>I'm not affiliated with the project, I just wanted to provide a quick intro for those in a hurry to learn a bit about it.
评论 #2743908 未加载
pivoalmost 14 years ago
A couple of years ago my company was in the process of purchasing QTP, an expensive testing product. I had suggested Selenium instead of QTP, but for whatever reason we went with QTP.<p>But we couldn't afford QTP licenses for everyone who wanted or needed to use it, so some people started writing tests in Selenium instead. Two years on, we're getting rid of QTP and switching entirely to Selenium. We're not doing it just cost reasons though, people just like using Selenium much more than QTP.<p>Hats off to the Selenium team for such a excellent tool!
nevesalmost 14 years ago
Selenium is one of the my hidden tricks to get good karma at my jobs. Everywhere I work I find a need for Selenium and everybody thinks it is awesome.
3amalmost 14 years ago
Looking forward to trying it out. Many, many thanks for providing such an excellent tool. I was writing automated tests before Selenium, and it has been a seismic change in browser automation. Between you guys, JMeter, and Robot there really is a credible open source automated testing stack now.
adovenmuehlealmost 14 years ago
I used the 1.x versions of Selenium pretty heavily at my last job and the JavaScript selectors could get pretty hairy (even with jQuery).<p>Does anyone with experience with Selenium 2.0 know how much of a boost WebDriver gives for performance? Especially doing tests of a SPA with a lot of AJAX could get hairy and slow.
jasonkolbalmost 14 years ago
Selenium has always been one of my favorite projects. You can tell someone has been thru the stress-test wringer if they know its ins and outs. The newer grid stuff looks great, although I haven't played with it yet.
chsonnualmost 14 years ago
For those who prefer using Ruby, try the ruby bindings:<p><a href="http://rubygems.org/gems/selenium-webdriver" rel="nofollow">http://rubygems.org/gems/selenium-webdriver</a><p>Now wrap your tests in RSpec and you're good to go.
评论 #2744022 未加载
senthilnayagamalmost 14 years ago
congrats guys, awesome project saving drudgery for web developers and testers across globe
评论 #2743137 未加载
timxppalmost 14 years ago
Just to mention another tool: For quick regression testing I found the iMacros for Firefox addon very easy to use: <a href="https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/imacros-for-f...</a><p>I also like its ability to read CSV files out of the box ("table driven testing").
jc123almost 14 years ago
Was using 2.0beta3 of Selenium2 with IphoneDriver for around 4 months and it has been great. The quality was very good that I don't see a need to rush and switch to the actual 2.0 release :P Great work to the team!
fuzzylizardalmost 14 years ago
Nice work and a giant Congrats to the entire Selenium team
heyrhettalmost 14 years ago
Great job guys! It seems like there is an opportunity here to build a good testing service around selenium grid. Has anyone done that yet?
评论 #2743136 未加载
bobobjornalmost 14 years ago
great work!