.zip
file
containing the source files (i.e., the .java
files) to
be submitted.
.zip
file that contains your source files
and click on Upload Submission.
Additional details are provided below.
The "Full Printable Report" contains detailed information about the Style/Coding defects in your submission. In general, each "Error Box" contains an "Expected" line that describes the defect.
Note that you must include a blank line at the end of all of your
.java
files so that Web-CAT is able to insert information
about Style/Coding defects.
The summary page contains an "Estimate of Problem Coverage". It is the percentage of unit tests that your submission performed correctly on. Unfortunately, since the definition of a unit test is somewhat arbitrary, the percentage itself is difficult to interpret. Even were that not the case, it would not provide any information about the number of faults in your code, just the number of trigger conditions that led to failures.
For some assignments, the bottom of the report may include hints that can help you locate the faults. However, you should not expect hints. If your code contains faults its is your responsibility to test your code, identify the faults, and correct them.
Copyright 2015