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

Updated whitebox task phrasing

parent 3b240ac1
Branches
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@ provide rudimentary protection of the messages passing over the network.
You will also perform *whitebox testing* of part of your code. In the
Calculator assignment you developed a set of test cases based on the blackbox
specification. Rarely will such a test suite fully exercise the code. In
cooperation with a partner, extend your test suite such that each statement in
the source code is executed at least once. (Note also that whitebox testing
will rarely cover the blackbox specification. In practice, a combination of
blackbox and whitebox testing is necessary.)
specification. Rarely will such a test suite fully exercise the code. You will
develop a test suite such that each statement in the code under test is
executed at least once. (Note also that whitebox testing will rarely cover the
blackbox specification. In practice, a combination of blackbox and whitebox
testing is necessary.)
### Objectives
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment