Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
In addition to simply testing what the developer has done, manual test cases can also provide useful documentation for people learning how to code for the software.
RSVP App link: https://treehouse-projects.github.io/selenium-webdriver-intermediate/waits/app/index.html
Definitions
- Test Step: An individual thing to do in the test.
- Expected Results: What the expected result of the software is after performing a step.
- Setup: Steps to take to get the test prepared and ready to execute.
- Tear Down: Cleanup steps after a test is completed. Important for leaving a clean slate for later tests.
Blank Test Case:
Name:
Setup:
Steps:
# | Step | Expected Result |
1 |
Teardown:
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