From f1bbc6e705ead6740a29cbfc8c2a046b59b17a11 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Mon, 15 Jun 2020 16:54:46 -0500 Subject: [PATCH] A little more clarification based on past student misunderstandings --- assignment/blackbox_testing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assignment/blackbox_testing.md b/assignment/blackbox_testing.md index 21b806e..576d71b 100644 --- a/assignment/blackbox_testing.md +++ b/assignment/blackbox_testing.md @@ -139,6 +139,11 @@ stack. For example: should be traceable to `Calculator.calculate()`'s functional 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 should be traceable to the testing requirements. -- GitLab