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

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 …

How TDD/BDD Miss the Point: Introducing EDD

Ruby’s testing culture goes way back, and has been a force for making many Ruby projects a showcase for solid, maintainable code. That said, within a business an exclusive focus on TDD and BDD can easily miss the bigger picture and drive optimizations in the development process that negatively impact …

Pickle with Cucumber

Pickle adds many convenient Cucumber steps for generating models. Also learn about table diffs in this episode. Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid – all rolled …