A Smattering of Selenium #10
I think the ball is officially in motion for Se-IDE 2.0. Now to keep it running smoothly and not crush anyone with its momentum.
- Learn how to use Selenium with Maven/Ant to automate testing of web apps – That’s the topic of January’s SF Java User Group; happening on the 12th.
- Running Selenium HTML (Selenese) test cases in parallel – without Se-Grid
- Automating Screencasts is one of the articles in this month’s (#6) Prag Mag. Turn your Se runs into a screencast
- Beta test a .NET random string generator – BJ Rollison is looking for beta testers of the new version of his Babel random string generator. Random strings are a key factor in the success of automation.
- Processing Javascript with Selenium – A nice little tutorial on what it sounds like — using dates, which are notoriously hard to use.
- A Reintroduction to HTML – Mike Longin did an internal presentation on HTML for internal users of SWAT, but the generic part should be learned by people using Se.
- TestNG and Selenium – and Tapestry
- Accurate Cross Platform Timers – Corey Goldberg discusses platform timing differences in Python; in case you care how long your RC scripts take to run.
- Selenium wait for AJAX (the right way!!!) – Step-by-step instructions to build a library specific wait_for_ajax method. Kinda neat.