RailsRumble – StillAlive.com – website monitoring with cucumber syntax

I haven’t blogged for a while, I’ve been writing some notes in Facebook instead and I’ll move some of that back onto my blog later.
I’ve been doing alot of things this year as I always get myself into. Just last weekend I did this 48hrs RailsRumble with 3 other guys in Sydney. We’ve done pretty well considering it’s the first time we worked together, and pretty much just came together on forming a team for the rumble.

This was actually our first idea. Wouldn’t it be cool to use your cucumber test on your live site? Most site monitoring services out there only supports ping or at best some simple text find verification. How do you know your api is authenticating? How can you make sure your search engine daemon is still serving up results while you’re asleep. Ping cannot guarantee the integrity of your website anymore. So we have a solution, our entry – StillAlive, is a new way of monitoring your website. When “Status 200” is not OK, StillAlive lets you use simple English language (cucumber’s gherkin syntax) to interact with your webapps in order to make sure every feature of the site is working.

You can do things like:

When I go to http://tellthemwhen.com/
And I follow “Make a Time!”
Then I should see “Create Notification”
When I fill in “Time” with “Tomorrow”
And I fill in “Title” with “Test Notification”
And I fill in “Message” with “This is the message in the notification”
And I press “Create Notification”
Then I should see “Test Notification”
And I should see “This is the message in the notification”

We’ve gotten pretty good feedbacks so far from users and expert judges. We’ve already made plans to take this forward and make this into an awesome product. Let us know if you’ve anyway suggestions.

There’s only a few Other teams from Australia, they produced pretty cool stuff too.

HereTil by http://railsrumble.com/teams/rocket26
Desks Near Me by
http://railsrumble.com/teams/the-rad-warlike-annex

RedCity by http://railsrumble.com/teams/red-city-crew

There’s also two teams from Hong Kong which I thought did pretty well.

http://kookiebox.r10.railsrumble.com

http://newsprank.r10.railsrumble.com

You can soon vote for us here: Team- The Wizard of Oz

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s