Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calculator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSCE 361
starter code
calculator
Commits
ee6c4d84
Commit
ee6c4d84
authored
5 years ago
by
Christopher Bohn
Browse files
Options
Downloads
Patches
Plain Diff
updated assignment for summer 2020
parent
6b84aa41
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignment/blackbox_testing.md
+15
-1
15 additions, 1 deletion
assignment/blackbox_testing.md
with
15 additions
and
1 deletion
assignment/blackbox_testing.md
+
15
−
1
View file @
ee6c4d84
# Blackbox Testing
# Blackbox Testing
Due:
February 3, 2020 at 9:30am
Due:
June 18, 2020 at 11:00am (CDT, UTC-5)
## Overview
## Overview
...
@@ -128,6 +128,13 @@ stack. For example:
...
@@ -128,6 +128,13 @@ stack. For example:
1.
Complete your test plan for the
`Calculator.calculate()`
method.
1.
Complete your test plan for the
`Calculator.calculate()`
method.
- You do not need to look at `Calculator`'s source code to develop your
tests. That's the point of blackbox testing. If you do look at
`Calculator`'s source code, be warned that it has some bad design in
it; this is intentional for discussion purposes later. Bear in mind
that these bad design aspects would make it more error-prone and harder
to maintain.
1. Complete developing the testing requirements. The testing requirements
1. Complete developing the testing requirements. The testing requirements
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).
...
@@ -167,6 +174,13 @@ stack. For example:
...
@@ -167,6 +174,13 @@ stack. For example:
1. Do *not* attempt to fix the faults revealed by your tests.
1. Do *not* attempt to fix the faults revealed by your tests.
- There are bugs that are intentionally included in `Calculator`. If
a test fails, do the due diligence to make sure that your test
isn't faulty, but otherwise it's okay that you found a bug. On a
real project, finding a bug is a good thing because it means that
you can fix it and that bug won't get shipped. (Again, do not attempt
to fix the bugs that you find in this assignment.)
1.
Produce a test report. Normally you wouldn't commit an auto-generated test
1.
Produce a test report. Normally you wouldn't commit an auto-generated test
report to the repository; however, for grading purposes we will require
report to the repository; however, for grading purposes we will require
that you do so.
that you do so.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment