0 July 28, 2010

I’ve heard a couple of people ask how to run Selenium test cases through a web interface with python. Here is how you do it.

Continue reading, Run Selenium Cases Through A Web Interface

0 July 19, 2010

I was searching for a list of common data models for picka. What I came across was this monster listing.

Continue reading, Giant List of Data Models

0 July 16, 2010

This is a tiny script which will get the current status of your build, and tweet it to your twitter account.

Continue reading, Twitter your build status with Twildbot.

0 July 15, 2010

It’s very simple to add jquery functionality to your selenium installation, and also very useful if you use the functions a lot.

Continue reading, Adding JQuery Locators to Selenium

0 July 10, 2010

For the past few months I have put a lot of effort, a long with the help of others in creating more efficient and useful automated tests.

Continue reading, Where I’m Going From Here…

0 June 29, 2010

When running tests of any kind, it’s always good to have a report for your records or to show other people.

Continue reading, Automatic Test Reporting, HTMLified

0 June 28, 2010

If you need to create massive amounts of randomized testing data, check out my module: Picka.

Continue reading, Introducing: Picka

0 June 28, 2010

I needed a way to retrieve the name of the current function in order to create better, more informative test output. After dabbling for a while with introspection, I realized what I needed was built right in to Unittest. Best part: No lambdas required.

Continue reading, Getting the name of the current test function

0 June 28, 2010

Recently, the Quality Assurance meetup group held its very first meetup. It was a great success, and even was blogged about.

Continue reading, Mentioned: “Finally . . . QA networking in NY!”