1 / 18

Software Testing

Software Testing. How has a gile changed the game? Karen Greaves. Why?. Cost of fixing a defect. Test Early. HOWTO: Test Early. Testers involved in Sprint Planning Testers work from day 1 of the sprint Done includes testing & fixing Don’t let developers get ahead

chuong
Download Presentation

Software Testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Software Testing How has agile changed the game? Karen Greaves

  2. Why?

  3. Cost of fixing a defect

  4. TestEarly

  5. HOWTO: Test Early Testers involved in Sprint Planning Testers work from day 1 of the sprint Done includes testing & fixing Don’t let developers get ahead Team signs off each story

  6. Cost vs Benefit of Automation

  7. Automate

  8. HOWTO: Automation Make automation part of every story Everyone runs automated tests Quick to run & interpret Flexible to run Don’t automate once off tests Automate things you do everyday Automate sanity tests

  9. Defect Yield

  10. TestSmarter

  11. HOWTO: Test Smarter White or grey box testing Understand where bugs could exist Trust developers Static testing Use fundamental techniques

  12. Test Fundamentals Pair wise / All pairs testing Equivalence partitioning Boundary case analysis Dependency maps for regression Separate functional testing from load testing

  13. Tracking When should you log a bug? How many defects states? Priority and severity? The importance of classifying bugs Clean out your defect system regularly

  14. Test Reporting System status at a glance Test depth Defect trends Working software over comprehensive documentation

  15. Technical stuff you need to know Version Control Build Process Installers and Upgrades Environments

  16. Implications of agile Build the right system Test Early Automate Testing Test Smarter Quality is everyone’s concern

More Related