Archive for September, 2006

Bookmark - Google presentation on selenium

Sunday, September 24th, 2006

Google presentation on selenium.

Tamper Data

Thursday, September 21st, 2006

I’m really happy with the Firefox extension tamper data. It’s logging all the HTTP calls of my browser and giving me an easy way to filter out the one’s I’m interested it. I’m using it to figure out which struts actions I’m hitting while I debug parts of a web app.

Full on baby

Wednesday, September 20th, 2006

An alert reader just informed me that I was only feeding summaries in the RSS feed. Sorry about that. Full posts are now being fed.

Bookmark - Why Johnny can’t code

Monday, September 18th, 2006

I’m going to read this tonight.
Update: I read it. The point is that computers no longer come with an easy to use toy programming language that kids can use to pick up programming. Math text books are still printed with little BASIC programs. Kids should be able to go home and […]

Testing Ajax with Selenium

Wednesday, September 13th, 2006

Selenium expects to wait for a page load when you invoke and action like clicking the submit button of a form. It watches the browser to see if it is doing a page load and waits until the page load completes to continue the script.
The problem with an Ajax front end is that there is […]