Selenium IDE Plugins
From Selenium:Selenium IDE is an integrated development environment for Selenium scripts. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE...
View ArticleFive Ridiculously Awesome Cucumber (and Webrat) Features
From Giant Robots Smashing:Cucumber, if you haven't heard, is the Next Big Thing™. It affords developers the ability to write human-readable integration tests. Even though it's only at version 0.3.101,...
View ArticleThe Quest Continues: Introducing capybara-webkit
From Giant Robots Smashing:We recently blogged about our experiences and ongoing efforts to discover and improve tools for Javascript testing. In closing, we mentioned that we...Click here to read...
View ArticleUsing Selenium 2.6 ExpectedConditions with Thucydides
From Javalobby:Thucydides is an open source library designed to help you write better ATDD-style automated acceptance tests with Selenium Selenium 2.6 provides a new API that allows more fluent wait...
View ArticleWeb browser automation testing using Selenium and Python
From baijum.blogspot.com:Recently Selenium 2 has released with it's new WebDriver technology. Selenium WebDriver supports multiple web browsers like Firefox, Chrome and IE. Selenium WebDriver...
View ArticleA robot that plays Angry Birds
From bitbeam.org:My robot plays Angry Birds. Does yours? I created this robot for my "Extreme Testing with Selenium and Jenkins" talk at the Jenkins User Conference, on October 2011.Click here to read...
View ArticleMore Evidence Against Vitamin Use
From The New York Times:Two new studies add to the growing body of evidence that taking extra doses of vitamins can do more harm than good.Click here to read moreTagged: #selenium
View ArticleJason Huggins' Angry Birds-playing Selenium robot
From radar.oreilly.com:If you try to talk to Jason Huggins about Selenium, he'll probably do to you what he did to us. He'll bring his Arduino-based Angry Birds-playing testing robot to your interview...
View ArticleAutomated Web Testing with Selenium IDE
From blogs.lessthandot.com:How long does it take to browse through a website after each build and make sure none of the pages have mysteriously blown up? 5 Minutes? 20Click here to read moreTagged:...
View ArticleAndroid Developers Blog: Introducing Android WebDriver
From Android Developers Blog:This post is by Dounia Berrada, an engineer on the EngTools team. — Tim Bray] Selenium WebDriver is a browser automation tool which provides a lightweight and elegant way...
View ArticleMobile browser compatibility: Test it, or let someone else worry about it
From Betanews:Testing a site for mobile browser compatibility can be a tricky matter. Each of the different mobile platforms has their own built-in browser in addition to downloadable third-party ones,...
View ArticleAutomated Web Testing with Selenium WebDriver
From blogs.lessthandot.com:Last week we created a pair of smoke tests with the Selenium IDE tool. Several people commented, with varying levels of politeness, about the downsides of Selenium IDE. There...
View ArticleVideo: Selenium and Drupal, Part 2
From DZone:This article is part of the DZone PHP on Windows Microzone, which is brought to you in collaboration with Microsoft. Visit the PHP on Windows Microzone for additional tutorials, videos,...
View ArticleTesting GWT Apps with Selenium or WebDriver
From Javalobby:Good functional testing is one of the most difficult tasks for web application developers and their teams. It is a challenge to develop tests that are cheap to maintain and yet provide...
View ArticleGroovy scripts are the most sharable, terse yet capable in my opinion
From paulhammant.com:This has come up again and again on the Selenium user list and when liaising with clients that are using Selenium: How to report bugs to the Selenium team?. The problem is more...
View ArticleSane AJAX Testing in Selenium
From draconianoverlord.com:Let's cut to the chase: testing AJAX applications can suck. Selenium is great for Web 1.0 applications, which involve a page load after each significant user action. Selenium...
View ArticleLearn how to deliver pixel perfect fonts to all browsers using selenium testing
From Heroku :The process of delivering custom fonts to your website maybe more complex than you thought - as Ryan Carver, Founder & Head of Technology of Typekit explains in today’s episode of...
View ArticleWWW: World Wide Wait - Devoxx Edition
From prezi.com:Ladies & gentlemen, fasten your seat belts! In this talk we let 4 frameworks compete for the title of fastest and most scalable java web framework: JSF, GWT, SpringMVC and Wicket....
View ArticleAutomation using selenium
From manojtesting.blogspot.com:I will provide the steps for automation testing as a series of tutorials. Download firefox browser, if you already don't have one. Start firefox and go to the selenium...
View ArticleContinuous integration - some tips
From Javalobby:A continuous integration server is a must for every non-basic project. Here are some of my tips for working with CI servers. IRC, email, campfire - use what fits best for you.Click here...
View Article