Skip to content
Snippets Groups Projects
Commit f1bbc6e7 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

A little more clarification based on past student misunderstandings

parent ee6c4d84
No related branches found
No related tags found
No related merge requests found
...@@ -139,6 +139,11 @@ stack. For example: ...@@ -139,6 +139,11 @@ stack. For example:
should be traceable to `Calculator.calculate()`'s functional should be traceable to `Calculator.calculate()`'s functional
requirements (listed after the assignment instructions). requirements (listed after the assignment instructions).
- Do *not* use the "Postfix Calculator Functional Specification."
This system-level specification is included for context. Your
testing requirements need to trace to the "`Calculator.calculate()`
Functional Specification."
1. Develop the rest of the test cases in your test suite. The test cases 1. Develop the rest of the test cases in your test suite. The test cases
should be traceable to the testing requirements. should be traceable to the testing requirements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment