Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Ask YC: What do you use for automated testing?
10 points
by
es
on May 7, 2008
|
hide
|
past
|
favorite
|
9 comments
I found Sahi (http://www.sahi.co.in) for this purpose. I wonder if there is something better around...
pivo
on May 7, 2008
|
next
[–]
I've been using selenium. It lets you save your recorded web interactions in a variety of languages.
http://selenium.openqa.org/
ericb
on May 7, 2008
|
parent
|
next
[–]
Which langauge do you save them in, out of curiousity? I'd be interested in hearing that from others, too. I'm using the ruby driver, personally.
pivo
on May 8, 2008
|
root
|
parent
|
next
[–]
I mostly use the Java unit test format, but I also use the selenium IDE to automate a lot of repetitive setup/config stuff. And I've started using the Lisp API (
http://selenium.openqa.org/
) for hand written tests.
subwindow
on May 7, 2008
|
root
|
parent
|
prev
|
next
[–]
I've been using the ruby selenium driver as well. Works great.
suboptimal
on May 7, 2008
|
prev
|
next
[–]
Watir (Ruby), or for a current project, WatiN (.NET port of Watir).
It's fun to watch.
simplegeek
on May 7, 2008
|
prev
|
next
[–]
If you're into Python try Twill, Mechanize and use appropriate tools for Firefox(XPCom--GIYF) and IE (IECom--GIYF).
3KWA
on May 7, 2008
|
prev
|
next
[–]
twill so far ... selenium rc maybe soon
swombat
on May 7, 2008
|
prev
|
next
[–]
Rspec
axod
on May 7, 2008
|
prev
[–]
end users.. why? kidding :)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
http://selenium.openqa.org/