Client-Side Profiling with Selenium 2

Published February 2nd, 2012 Under Performance Testing | Leave a Comment

This video explains automatic client-side profiling of performance issue with Selenium 2 (part 1) and answers questions about the presentation (part 2). Read more

Selenium and Cucumber

Published August 8th, 2011 Under Functional Testing | Leave a Comment

It would be nice to have the business analysts to write the acceptance criteria in plain English and them run as tests? In this video on Cucumber and Selenium, you will learn how to write tests that are easy to understand and run.

Video Producer: http://www.seleniumconf.com/

Automated Web Performance Testing Before 5pm

Published August 1st, 2011 Under Performance Testing | Leave a Comment

This video will help you build a performance testing framework for your web application in under a day. It shows how to enhance Selenium with tools such as Fiddler and the new Web-Timings standards (as supported in IE9, Firefox 4, and Chrome) that can be used to gather performance metrics.

Producer: Selenium Conference

Resources:
* Selenium Project Home Page
* Selenium presentation

Crowd-sourced Automated Firefox UI Testing

Published June 24th, 2011 Under Functional Testing | Leave a Comment

This video explains how Mozilla are using the crowd to help automate Firefox testing.

Automating Canvas Applications

Published May 25th, 2011 Under Functional Testing | Leave a Comment

Despite recent improvements to automated testing tools, there’s still a large gap when it comes to emerging technologies such as HTML5. Recent developments like the canvas element present an interesting dilemma for traditional automated testing as they expose little or no information to debug tools. Using Selenium, Java, and JavaScript we will demonstrate writing automated tests for a popular canvas game.

Video producer: Selenium Conference

Selenium with Webrat and Cucumber

Published May 17th, 2011 Under Functional Testing | Leave a Comment

In this video, you will learn how to:
* start with a Webrat feature and turn it into a Selenium feature;
* configure Cucumber with multiple profiles, to separate features using Selenium;
* emulate transactional fixtures using database_cleaner;
* create a new Rails environment for Selenium;
* write Selenium steps for matching DOM elements.

Selenium Automation Scripting

Published April 26th, 2011 Under Functional Testing | Leave a Comment

This brief video presents the basic on how to use Selenium and TestNG for automated functional testing.

keep looking »