Check out our e-book, An Introduction to Testing Web Applications with twill and Selenium! And please, let us know what you think...
--titus
read moreThere are 0 Comments.
Check out our e-book, An Introduction to Testing Web Applications with twill and Selenium! And please, let us know what you think...
--titus
read moreThere are 0 Comments.
Recently seen on a list (with a nasty archival system that I don't want to link to):
"Don't write a test plan. Instead, test." -- Bret Pettichord
Need I say more?
Probably.
One of the most important tenets of agility (<-- little 'a' ;), in my opinion, is to not overthink. Unless you're …
read moreThere are 0 Comments.
Brilliant.
http://www.youtube.com/watch?v=6yjOhaef4Sk
Legacy Comments
Posted by Heel on 2009-03-23 at 00:13.
<a href= <a href="http://bocurecotu.100megsfree8.com/world- war-2-weapons/">http://bocurecotu.100megsfree8.com/world- war-2-weapons/</a> > world war 2 weapons </a> <a href= <a href="http …read more
There are 0 Comments.
Just saw this, in-place permutation (of a Java array, in this case).
In Python, if you ignore the battery that's included (random.shuffle) you have this:
import random l = range(0, 20) # array to permute for j in range(1, len(l)): k = random.randint(0, j) l[j], l …read more
There are 0 Comments.
So, I've finally put together a patch for subprocess; see replacing-commands-with-subprocess for background, and this python-dev thread for discussion.
You can go grab my patch (or the entire subprocess module) here. I'm interested in comments, either here or via e-mail.
Note that I am putting together a separate docs patch …
read moreThere are 0 Comments.
I spent part of Saturday and Sunday working on Cartwheel, and then I spent part of Monday morning nailing down a bug that I thought I'd introduced. The process of tracking down and fixing this bug led me to give serious thanks for version control and automated tests, and at …
read moreThere are 0 Comments.
This morning, I described my recent work-related activities to Tracy as "Whack-a-Mole". For those of you who aren't familiar with the Hasbro Whac-a-Mole game, it's a fun game for four year olds where you, err, hit moles on the head with a hammer as they pop up out of the …
read moreThere are 0 Comments.