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 …

Selenium + FitNesse – A QA Multiplier Effect

This demonstration will show how Selenium, integrated into a FitNesse framework, can extend an organization’s ability to create more automated test cases without the need for Selenium programming while expanding the ability to test across all popular browsers. Using FitNesse, QA managers, Product Managers, testers, and other stakeholders can easily …

Performance Tuning: An Agile Approach

This presentation describes how agile techniques have been successfully applied to meeting performance requirements. The principle of rapid feedback encourages us to put working software in customers’ hands early and often, to discover the real performance issues. We measure relentlessly to identify bottlenecks and choose among alternate strategies, always favoring …

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 …