Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

Digg Technical Talks – Kohsuke Kawaguchi

The creator of Hudson, Kohsuke Kawaguchi, speaks to Digg engineering team about the current state of Hudson and what we can look forward to down the road. His comments about Selenium and Hudson are of particular interest to the QA team. There are all kinds of integration possibilities – from …

How Mozilla uses Selenium

Continuous Integration is a software development practice where members of a team integrate their work frequently. Each integration is verified by an automated build to find problems as quickly as possible. Many teams discover that this approach leads to significantly reduced integration problems and allows a team to develop cohesive …

Learn how to Use Selenium with Maven/Ant to Automate Testing of Web Apps

San Francisco Java User Group presents Chris Bedford who talks about: – How to write functional tests with Selenium (including explaining its IDE, architecture, RC, and alternatives like Canoo WebTest) – How to set up Selenium testing for web apps in continuous integration using Maven, Ant, Cargo, etc. – How …

Learn About Continuous Integration With Hudson Directly From the Source

San Francisco Java User Group presents Kohsuke Kawaguchi from Sun who introduces us to Hudson, an open-source continuous integration (CI) system, which improves the productivity of a development team by automating various things. Additional resources: Hudson Blog Continuous Integration: The Cornerstone of a Great Shop Continuous Integration Tools Directory

Use a Continuous Integration Server with Hudson

Continuous integration expert Paul Duvall explains how to download, install and configure Hudson and Tomcat, run an HSQL database, run an Ant automated build, use Subversion to manage source files and administer the Hudson web application. Source of the video and additional information Related Resources * Hudson Home Page * …