selenium

This page lists all content tagged with the term "selenium".

Rsel

Rsel is a FitNesse Slim add-on that allows running tests with Selenium. To install:

$ gem install rsel

See the links below for more information.

TestMakers and TestTakers

I hate tests. I do! Maybe it's a Homeschooling thing, I don't know. But taking tests has never been forte. I'm just not a "test taker."

Now, with that confession out of the way, I must also admit that I love being a "test maker." Oh, the power of the test maker! There's got to be a really emotionally-charged poem out there somewhere about how good it feels to be the person writing the test! If not, then there should be...

To Selenium or Not To Selenium?

I've been using Capybara with the Selenium driver for automated testing of a Rails project via Cucumber. Certain scenarios involve dealing with client-side Javascript (such as confirming a popup message before deleting a record), which is the reason I started using the Selenium driver. But I soon discovered that Selenium is slow, taking three or four times as long as the standard Rack-test driver.

Syndicate content