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 …

iCucke: Integration testing for iPhone applications with Cucumber

iCuke allows you to write integration tests for your iPhone applications without changing your existing code (as long as your application makes proper use of the accessibility APIs). Usage is pretty much as you’d expect, install the gem and load the iCuke step definitions in a cucumber support file. More …