by Emily Bache | Oct 18, 2009 | Review, Uncategorized
I wrote a blog post about these tools on my company blog. In swedish.
by Emily Bache | Oct 2, 2009 | Review, Uncategorized
Bob Martin has just written a post in his blog where he tells the story of a test manager who has 80 000 manual tests, and wishes they were automated instead. Bob writes:”One common strategy to get your tests automated is to outsource the problem. You hire some...
by Emily Bache | Sep 3, 2009 | Experience Report
A little while ago we had the first meeting of our new coding dojo here in Göteborg. We are focussing on learning Test Driven Development using Java and Eclipse. I was very encouraged that two of my colleagues, Fredrik and Martin, volunteered to help organize the...
by Emily Bache | Aug 28, 2009 | Review, Uncategorized
Geoff has just put up a couple of new pages on the texttest website, with some coverage statistics for his self tests. He uses coverage.py to produce this report which shows all the python modules in texttest, and marks covered statements in green. I think it’s...
by Emily Bache | Aug 17, 2009 | Coding Skills, Uncategorized
I’ve been doing some work lately creating automated functional test suites using Selenium RC to simulate user interaction with a web GUI. I discovered quickly that the tests you record directly from selenium are rather brittle, and hard to read. In order to make...