The Web as filtered (and hopefully enriched ;-) by Adrian McEwen

Refreshing Firsts

Last night saw the first presentations session for the Refresh Cambridge group (a collection of web designers, developers and anyone else who’s interested). Matthew Pennell, who just needs to embrace his role in the group as organizer-in-chief, has written a good round-up of the evening over on his blog.

It also marked the first time I’ve presented something in such circumstances. I’ve done a couple of best man speeches, and run training sessions for colleagues at places I’ve worked; but last night was the first time I’d presented to an external group of my peers.

The brief was only to produce a five-minute talk on something relevant to the group, which was good because with the other work commitments I’ve got at present, I almost didn’t have time to pull anything together. (For future reference, Matthew’s idea of giving a Pecha Kucha presentation on your recent del.icio.us links is a useful technique)

I think it went okay, although it felt like I rushed through it somewhat and wasn’t as clear in my direction as I’d have liked. In my defence, we were running short on time before I started, and normally I’d have run through it once or twice beforehand but didn’t have time. I figured as it was only five minutes, I could wing it, and I did - but only just.

The presentation was bascially a quick demo of Selenium, a very handy test framework for testing websites. It runs in any of the popular browsers (IE, Firefox, Opera, etc.) and can click on links, open pages, type text, choose menu options - anything you might do in using your web app - and lets you check for given text or page elements in order to test that things have gone as you expect.

Once you’ve written your test cases, you can automatically run through them all and use them in any of the supported browsers. So, for example, you can easily check that things are okay in both IE and Firefox before you make the newest version of your site live.

I’m starting to use it to test tedium, and I gave a demo of it running over through the tedium test suite during the presentation. In fact, there wasn’t a lot more to the presentation, but in case anyone is interested (and because I said I’d post them up), here are the slides:

This page is part of Adrian McEwen's blog, McFilter. Explore more in the category pages or archives below.

Subscribe to updates with the RSS feed (what's an RSS feed?)