A Smattering of Selenium #4
- Advanced Selenium RC logging with MSpec – like ruby’s selenium client’s rspec report; but for mspec
- The Play framework uses Selenium as its acceptance test layer
- Automated Testing with Selenium – Webinar by G2iX. Likely the same as last week’s, but if you missed it then you can undo that missing. (Anyone post any notes or anything from it?)
- corey-projects is where Corey Goldberg is now stashing his publicly consumable scripts
- CaptureScreenShot Can’t Work on “Non OK” Selenium Response – bug PHPUnit when using captureScreenShot* commands. Who wants to create a patch?
- Selenium Inspectory – another of the many frameworks / products that use Selenium as its core platform
- Essentials of getting started with Selenium Grid and Ruby – Not as great as the title suggests, but some teases of ideas that might help you troubleshoot
Running Selenium tests in Visual Studio – as the title would suggest- Capturing screenshots from remote Selenium RC – seems like screen capturing was the thread of the week with a number of people arriving on irc specifically about it
- setWindow not working outside of HTA environment – bug, and fix for Se-IDE by the PushToTest kids
- Code Kata – do we need something like this for Selenium?
- Maven, Selenium and a hint of Groovy – don’t forget to include the surefire-report plugin to see your results
- Testing Grails Apps With Selenium-RC – my ‘value chain’ idea claims another victim! 🙂
- ‘Selenium Internals’ book – Manish Chakravarty is starting to write a book on Selenium
- How to use Webrat and Selenium to test the parts of your application that rely on AJAX or some form of Javascript interaction with the user – a screencast about, well, what it says it is