'selenium' Category
-
Jul072006
See Spot Test Django
Here is some “science fiction” I’m working on at the moment for testing the Django admin app with Selenium. I call it science fiction because the I’m still working on the code that will actually read this and execute it correctly in the browser.
I imagine the source document will be HTML with a scent [...]
-
Jun162006
Picked to present Selenium at Google’s Conference on Test Automation
Woo-hoo! I just got an email from Allen Hutchison at Google that my presentation proposal has been selected for Google’s London Test Automation Conference.
Here’s a short excerpt from my proposal:
In my talk, I would explore the use of Selenium in a fully integrated “web testing appliance” setup. With Selenium, some clever Python scripting, [...]
-
Jun152006
TECHcoffee update – it’s on…
The first TECHcoffee will be on Monday, June 19th, 6-8 a.m. in the Loop. location: Caribou Coffee (Northwest corner Lake/La Salle)
-
Jun082006
Selenium – making a dent in the universe and getting paid to do it…
Woohoo! I just discovered today that Selenium, the nifty web testing tool, now has its own page on Wikipedia. Okay, since anyone can edit Wikipedia, that’s not much of an accomplishment. But I promise I didn’t make the edit myself. I am amused, though, that Selenium (the software) is relevant enough now to warrant a [...]
-
Apr292006
Using Dot Notation for writing DSLs
""" This is all valid syntax in my shiny new domain specific language, implemented in Python.
>>> put("jason").into.element.named("username") >>> put("jason").into.element.labeled("username") >>> put("jason").into.element.identified.by("username") ...or... [...]


