Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Ask YC: What do you use for automated testing?
10 points
es
18y ago
9 comments
Save
Share
I found Sahi (http://www.sahi.co.in) for this purpose. I wonder if there is something better around...
9 comments
9 comments · 6 top-level
top
newest
oldest
pivo
18y ago
· 3 in thread
I've been using selenium. It lets you save your recorded web interactions in a variety of languages.
http://selenium.openqa.org/
ericb
18y ago
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
18y ago
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
18y ago
I've been using the ruby selenium driver as well. Works great.
suboptimal
18y ago
Watir (Ruby), or for a current project, WatiN (.NET port of Watir).
It's fun to watch.
simplegeek
18y ago
If you're into Python try Twill, Mechanize and use appropriate tools for Firefox(XPCom--GIYF) and IE (IECom--GIYF).
3KWA
18y ago
twill so far ... selenium rc maybe soon
swombat
18y ago
Rspec
axod
18y ago
end users.. why? kidding :)
j
/
k
navigate · click thread line to collapse