Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hyperlink to "What Is a Good Test Case" article #275

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion learning-at-ada/problem-solving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ For this activity, you will write precise instructions to make a paper snowflake
When listing the steps in your procedure, you should assume the person following your instructions is as straightforward as a computer (they do not make assumptions or ask for clarity). Let the person know who is following the instructions to interpret them as literally as possible. If your algorithm does not work out as expected, modify your algorithm and test on a new person until you get the desired output.

## Optional readings
* [What Is a Good Test Case? (Cem Kaner, J.D., Ph.D.)](http://www.kaner.com/pdfs/GoodTest.pdf)
* [What Is a Good Test Case? (Cem Kaner, J.D., Ph.D.)](https://secureservercdn.net/198.71.189.51/13j.276.myftpupload.com/pdfs/GoodTest.pdf)