Month: June 2007
Big XML files, REXML and learning about stream parsers
June 27, 2007
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, […]
More on dev-tester relations
June 12, 2007
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 […]
Ruby, windows, command lines and problems
June 6, 2007
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 […]