Tuesday, January 30, 2007
I just finished writing a bunch of tests with Selenium-IDE to test our UI and I feel good. While playing with Selenium-IDE you feel a pleasing sensation because it’s just the one you’re looking for.
Selenium-IDE is distributed as a simple extension to our beloved browser. After the installation you can open the program in the [...]
Filed in Uncategorized
|
Also tagged testing
|
This morning I poked around the Django testing framework and altough is definitely usable as a simple testing framework (unittest and doctest) it lacks a massive fixture framework (like Rails for instance).
I also have some random problems using test.Client() for POST resulting in some HTTP 500 response instead of 200.
In the meantime I tried using [...]