by Emily Bache | Feb 5, 2010 | Coding Skills
At GothPy yesterday, Geoff talked about code coverage and tests. Geoff has spent a lot of his evenings lately working on PyUseCase, and getting the test coverage up to 100%, (statement coverage), a feat which he achieved last week. The evidence for this is available...
by Emily Bache | Jan 27, 2010 | Coding Skills
I gave this talk at JFokus this week in Stockholm. I thought people might be interested in a summary of my main points.I’ve been using Selenium for web application testing for over a year now, on a couple of different projects. This talk is based on my...
by Emily Bache | Jan 10, 2010 | Coding Skills
One of the things I like about GothPy is that lots of the people in the group enjoy writing code in their spare time, and like to share with us what they’re up to.A little while back, Olof came up with this little tool, PyTDDmon, which is to help you when...
by Emily Bache | Dec 28, 2009 | Coding Skills
I recently read this post in Brian Marick’s blog, and it set me thinking. He’s talking about a test whose intention in some way survived three major GUI revisions. The test code had to be rewritten each time, but the essence of it was retained. He says: I...
by Emily Bache | Dec 16, 2009 | Review
Geoff has been working really hard for the past few months, writing pyUseCase 3.0. It has some very substantial improvements over previous versions, and I am very excited about it. He’s written about how it works here.It’s a tool for testing GUIs with a...