Month: June 2007

Big XML files, REXML and learning about stream parsers

After taking the easy route and building some XML check test scripts using Ruby and REXML’s DOM access, I decided that I really didn’t want my computer grinding to a halt for a whole day while it parsed a gig and a half of XML. So it was time to try a streaming parser. Unfortunately, […]

Read More

More on dev-tester relations

Matt Heusser has continued discussion of tester-developer relations, where Jonathan Kohl describes the flipside of testers telling developer’s that their automation code sucks. Actually there are many scenarios, derived from at least a few properties – – Does the person doing the automation know/not know that their code sucks. – Is the code ‘suckage’ pointed […]

Read More

Ruby, windows, command lines and problems

I’ve been building tools for web service testing using Ruby and its SOAP libraries. I hope to write more on this later, but for now, a pointer to a simple problem that took up far too much time. My test toolkit has three small programs, each providing different services. The first can be passed a […]

Read More