Question: *********** This is not a Coding Assignment ************ This assignment is to create a Test Plan Documents as Outlined in Chapter 13 of the Chuck

*********** This is not a Coding Assignment ************

This assignment is to create a Test Plan Documents as Outlined in Chapter 13 of the Chuck Herbert Textbook.

This assignment is to create a Test Plan Documents as Outlined in Chapter 13

Below are the requirements and description of the assignment as in the Chapter.

Test Plan for course grading software Software to calculate and display grades for a high school course works as follows:

The software has a Student class with the following properties:

student number (String)

first name (String)

last name (String)

the final grade (double)

The Student class has constructors, get and set methods for each property, and the following components:

a method to let the teacher input a grade for a single test

The method that prints a histogram. It calls the histogram() method from the existing DataGraph Class which has been professionally validated. a method to display a histogram (bar chart) of all 10 test scores grades for any student

an array of scores on tests 1 through 10 (array of integers)

a method to calculate the final grade (an average of all 10 tests)

All test score and the final grade are integers between 0 and 100 (0 <= n <= 100).

The main method for the software ties everything together. The class that contains the main method,

the Grading class, has an array of student objects and the following methods:

a method with a menu for the teacher that calls other methods in the Grading class or Student class as needed. It also has an option to close the program

a method that loads the array of Student objects from a data file

a method to display results for any test or the final grade as a table, sorted by last name

a method to save the array of student objects to a data file

a method to display the grade distribution for anyone test as a pie chart

The method that prints a pie chart calls the pieChart() method from the existing DataGraph Class which has been professionally validated.

Your task is to develop a simplified testing plan for the software based on the simplified testing plan template and sample in the chapter.

You should submit a word document with the testing plan.

Document Formatting

  • A document header - The Header section should contain your name
  • A document footer - The footer should contain a page number

Paragraphs Formatting should be formatted

  • 1.5 line spacing
  • 12 points before and after the paragraph

Character Formatting

  • Body Text should be 12 points
  • Segment Headers should be boldface

You may add any additional formatting beyond the above minimum requirements listed above.

You should submit a word processing document with the testing plan.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!