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
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,11 @@ provide rudimentary protection of the messages passing over the network. ...@@ -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 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 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 specification. Rarely will such a test suite fully exercise the code. You will
cooperation with a partner, extend your test suite such that each statement in develop a test suite such that each statement in the code under test is
the source code is executed at least once. (Note also that whitebox testing executed at least once. (Note also that whitebox testing will rarely cover the
will rarely cover the blackbox specification. In practice, a combination of blackbox specification. In practice, a combination of blackbox and whitebox
blackbox and whitebox testing is necessary.) testing is necessary.)
### Objectives ### Objectives
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment