Official Selenium Blog

January 31, 2011

A Smattering of Selenium #39

Filed under: Uncategorized — adam goucher @ 3:23 pm GMT+0000

Hey look! All caught up — only took a month…

  • My opinions on Continuous Deployment are pretty widely known, but the IMVU folks certainly have a lot of neat tricks to ‘borrow’. Such as Buildbot and Intermittent Tests
  • Dealing with an API that returns XML? Your scripts don’t care about the readibility, but it helps you as the human if it is formatted pretty. xml formatter is a glorious time save in that case.
  • Who would have predicted this… Perl stuff
  • Since Se is using Sizzle now for locators, comes a tipnever do things like $(‘form *’). This is crazy costly, because Sizzle works from right to left. Will grab all elems first.. Not sure of the accuracy, but it makes sense.
  • Part of the debate when doing BDD and TDD is the overlap that [naturally] occurs; Duplication between BDD and Unit tests addresses it, partly be reframing the question.
  • webkitdriver is a project that aims to provide a WebDriver implementation for a light-weight in memory Web Browser
  • This week’s Selenium killer is PhantomJS
  • Achievement parodies are always amusing; here is on for Visual Studio — what would the Selenium ones look like?
  • Koans are a trendy way to learn / practice a language. Here is a Koan-a-copia of them
  • Want onto the speaking circuit? The 2011 Verify/ATI Conference is asking for presentations

2 Comments »

  1. Thanks for the link. I need to update this blog.

    We demo-ed the perl/Selenium bindings to our testers and they’re now off and running. We just need to ensure they use modern perl and don’t fall back into old-school code like the ruby they’re leaving behind.

    Comment by Dave Hodgkinson — January 31, 2011 @ 3:40 pm GMT+0000 | Reply

  2. Yes, WWW::Selenium is alive and well. Luke was a bit miffed when I suggested otherwise 🙂

    Comment by Dave Hodgkinson — January 31, 2011 @ 3:44 pm GMT+0000 | Reply


RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.