Software Testing with Matt Sullivan and Scott Barber

Software Testing with Matt Sullivan and Scott Barber

Date: Oct 27, 2011

This video features Matt Sullivan and Scott Barber, who discuss their presentation at STPCon 2011. They engaged participants in a presentation about new ideas related to software testing and software systems testing, among other topics.

More on Software Testing Tools and Frameworks

  • canderson

    Jason Huggins demos software testing improvements at STPCon 2011

    VIDEO - Watch this STPCon 2011 video of Jason Huggins of Selenium and Sauce Labs, in which he gives some information about his conference demonstration. He relates software testing improvement ideas to his handmade robot that can play Angry Birds on an iPhone.
  • canderson

    Carl Shaulis on Kanban at STPCon2011

    VIDEO - Carl Shaulis from HomeAway.com gave a presentation at STPCon 2011 on how testing can work in the world of kanban. Watch this video for a brief overview of the processes his company identified for expediting testing in an Agile setting using kanban.
  • canderson

    Lanette Creamer: Pairing programmers and non-programmers

    VIDEO - Lanette Creamer discusses pairing programmers with non-programmers, such as testers and product owners, in the Agile space. She also highlights her interactive jam session, designed to illuminate collaborative testing techniques.
  • A debate on the merits of mobile software test automation

    News - One veteran recommends automating all mobile software tests. Another expert says to focus on planning and automate only where necessary.

    ( May 23, 2013 )

  • Agile process: Time to incorporate security testing

    Tip - Test expert Amy Reichert explains how to incorporate basic security testing into the Agile process.
  • load testing software

    Definition - Load testing software is an evaluation tool for determining how an application will perform as the work level approaches the limits of the application's specifications.
  • accessibility testing

    Definition - Accessibility testing is a type of systems testing designed to determine whether individuals with disabilities will be able to use the system in question, which could be software, hardware, or some other type of system.
  • dynamic testing

    Definition - Dynamic testing is a method of assessing the feasibility of a software program by giving input and examining output (I/O). The dynamic method requires that the code be compiled and run.