Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Introduction to QA Engineering!
You have completed Introduction to QA Engineering!
Preview
In this video, we'll describe the basic QA process.
Definitions:
- Test Case: The set of steps to perform that will attempt to prove if the software is running to our specification.
- Defect/Bug: A flaw in the software that must be fixed.
- Feature Request: Additional feature that someone wants included in the software.
When to run tests:
A test must be run at least once before the release of a feature, and may be run multiple times as defects are fixed and other features are introduced.
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
begin working on the code for it,
and then check it into the project.
0:00
At this point, the team will want
someone to test that the feature works
0:02
as it is being developed,
and before it gets released.
0:06
That's where you come in.
0:10
We talked a lot about acceptance criteria,
because it's very important for this step.
0:12
We're gonna create a test case,
which is a series of steps to perform,
0:17
that will attempt to prove that the
software is running to our specification.
0:22
Mostly, the test case is there to see
if the new feature does what we said it
0:27
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