Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Quality Assurance Introduction to QA Engineering Improving Quality Assurance Practices Black Box Testing

Intro to QA: What is the prerequisite video to learn what the instructor says in the first moments of the video?

I'm wondering what the preceding video should be to learn:

How to manually test software. How to write and execute a test case. How to organize those test cases into a test plan. How to write bug reports.

Thanks

1 Answer

Rick Gleitz
Rick Gleitz
47,197 Points

Hi Sandy,

The previous stages in this course tell you how to do these things. Keep in mind that what you are learning to do in this course is testing whether or not the software is doing what it is supposed to do. It's more or less deciding how to proceed in providing feedback to the people writing the software (testing cases, reports, and charts), it's not about writing the software itself.

Hope this helps.