Does cucumber suck?

I’ve been having a lot of rants about Cucumber of late, as it’s the new shiny thing for agile teams.  Does anyone else have issues with it?  I’ve asked all of my programmer friends to convince me of its worth, and they’ve all failed so far.  I’ve not seen it adding any value above building […]

Read More

Record and playback with Watir script recorders

A frequently asked question for Watir seems to be whether there are any “record and playback” tools.  While most of the references point to a somewhat old tool, two viable alternatives seem much harder to find for some reason. The first is Webmetrics‘ Global Watch Script recorder, available at http://www.webmetrics.com/products/script_recorder.html The second, is CubicTest.  This […]

Read More

Automating Flash, AJAX, Popups and more using Ruby, Watir and Sikuli

Jonathan Kohl pointed me at Sikuli, a Python-based tool for automating applications using image recognition.  Unlike most tools, which attempt to identify objects via public APIs, Sikuli looks at the pixels on the screen and attempts to identify objects based on how they look. This isn’t exactly a new approach, as commercial tools have had […]

Read More

Do you know what happens when the power goes off?

This news article where a hairdresser’s client went bald after a power loss in the salon reminded me of a test I frequently forget to run. Power off your system or server while in the middle of testing and look for problems.  You’ll most frequently find issues if you aim for a power outage – […]

Read More

The state of Ruby versions

As much as I love using Ruby, it’s become more frustrating over time.  Developers are feeling this, and as a tester, I’ve had my share as well.  This article, passed on by James Ladd sums things up for me (for testing, as well as development). The best example of this in the Watir space is […]

Read More

Symbolic links in Windows XP

I was surprised to learn today that symbolic links are possible in Windows XP.  I’m not sure I’ll use them that often, but it will help me in replicating some linux build environment instructions. Though not supported out of the box, you can download the tool that makes it happen at Microsoft’s sysinternals website. I […]

Read More

Watir popup examples not working (and a solution, finally)

I’ve been finding popups in Watir a pain of late, with most of the solutions on watir.com not working for me.  Finally today, I found something that worked.  Steve Swanson’s solution did the trick. However, before it could work, I had to figure out that the AutoIT dll wasn’t correctly registered.  If you try the […]

Read More

Feedback is nice. Good feedback is even nicer.

Today I found out that my post on Watir and TinyMCE let someone dump their Quick Test Pro licences. A victory for common sense… Nothing against QTP, but if you’re testing web applications, you should probably be looking at other tools.

Read More