Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
QA is usually seen as being the very last piece of the development puzzle, something you do right before releasing the product to the public. But it doesn’t need to be! Putting QA earlier in development can save you time and money by finding defects before they’re even written.
Coverage Report example
Version 1.0.0 Release Coverage Report
- Login - 100% automated tests
- 2 tests
- 2 automated
- 2 tests
- Creating Cards - 60%% manual tests | 20% automated tests | 20% untested
- 5 tests
- 3 manual tests
- 1 automated test
- 1 untested feature
- 5 tests
- Printing Cards - 100% untested
- 0 tests
Escaped Bug Report example
Version 1.0.0 Escaped Bug Report
Bugs found in Regression Testing | 10 |
Bugs fixed before Release | 9 |
Released Bugs | 1 |
New bugs found by customers | 3 |
User Feedback Report example
Version 1.0.0 User Feedback
Positive feedback: 90
Negative feedback: 10
Other feedback: 3
Satisfied: 87%
Selected Comments:
- "Great UI!"
- "Why can't I send a link to my friend?"
Definitions:
- Test Driven Development: The process of writing unit tests before writing the code.
- Code Reviews: Developers reviewing each other's code before merging it.
- Continuous Integration: The practice of always running all automated tests each time new code is checked in. Can be further expanded by only deploying software through this system after all checks pass.
Travis CI: https://travis-ci.org/ (works great with GitHub!)
Jenkins: https://jenkins.io/
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up