Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

so Use the attached template to create a test plan for your program. Make sure all the possible scenarios are covered in your test plan.

so

Use the attached template to create a test plan for your program. Make sure all the possible scenarios are covered in your test plan.

For example:

Adding new friends when there is space left in the array, and adding new friends when there is no space left in the array. Changing a friend that exists in the array, and trying to change a friend that does not exist in the array. Removing a friend that exists in the array, and trying to remove one that does not exist. Displaying only 1 friend, or all the friends in the array.

Your test plan should remind you of every situation that you should test in your program, and make sure it works properly.

Please provide in the last column of the test plan, a screen shot of your program's result, if it applies. That will prove how your program worked.

image text in transcribed

Test Plan for Assignment: Test Case # Test Case Description (to ensure testing coverage of all code) Predicted Output (meta-data describing actual test case) Actual Output (actual display & feedback/confirmation messages) Menu is Displayed in a Loop, until the "exit" option is selected. Menu option 1 (Add) is selected, and there is space left in array Note: Test extreme cases like empty array, & only 1 space left in array Menu option 1 (Add) is selected, and there is NO space left in array Menu option 2 (Change) is selected, and friend is found in array Menu option 2 (Change) is selected, and friend is NOT found in array Menu option 3 (Remove) is selected, and friend is found in array Menu option 3 (Remove) is selected, and friend is NOT found in array Menu option 4 Display) is selected, and ted, and friend is found in array Menu option 4 (Display) is selected, and friend is NOT found in array Menu option 5 is selected. Menu option that is NOT 1-5 is selected. Test Plan for Assignment: Test Case # Test Case Description (to ensure testing coverage of all code) Predicted Output (meta-data describing actual test case) Actual Output (actual display & feedback/confirmation messages) Menu is Displayed in a Loop, until the "exit" option is selected. Menu option 1 (Add) is selected, and there is space left in array Note: Test extreme cases like empty array, & only 1 space left in array Menu option 1 (Add) is selected, and there is NO space left in array Menu option 2 (Change) is selected, and friend is found in array Menu option 2 (Change) is selected, and friend is NOT found in array Menu option 3 (Remove) is selected, and friend is found in array Menu option 3 (Remove) is selected, and friend is NOT found in array Menu option 4 Display) is selected, and ted, and friend is found in array Menu option 4 (Display) is selected, and friend is NOT found in array Menu option 5 is selected. Menu option that is NOT 1-5 is selected

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions

Question

6. What are some of the advantages and disadvantages of ESOPs?

Answered: 1 week ago