Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 A program converts student marks that are input as marks out of 100 to letter grades following the rules below. A mark of

image text in transcribedimage text in transcribedimage text in transcribed

Question 1 A program converts student marks that are input as marks out of 100 to letter grades following the rules below. A mark of at least 90 earns A+ A mark of at least 80 earns A A mark of at least 70 earns B A mark of at least 60 earns C A mark of at least 50 earns D A mark below 50 means F (Failure) Page 1 of 7 Software Testing and Quality Assurance COMP-311 If a student is excused from submitting 40% or more of the gradable work for acceptable reasons such as protracted illness, a mark of I (Incomplete) is given. Then the student can make arrangements to submit missing work to complete the course after the end of term. Note: Numeric marks are recorded accurate to one decimal point (0.1) and should be rounded up to the nearest whole number (0.5+ + 1) by the grading program. The objective of testing is to ensure that students are assigned the correct letter grade, given their numeric mark. a. Draw the diagram to show equivalence partitions and boundary values that ensure all input values are tested (0.5 pts) Hint: ignore the incomplete situation b. (0.5 pts) How many test cases do you think are required for complete coverage? And why? (How many tests do you think are needed for each partition) c. (0.5 pts) Describe a test case where the expected result is a pass. Title: Student gets an A Setup: (preconditions) Action or input: Page 2 of 7 Expected result: d. (0.5 pts) Describe a test case where the expected result not a pass Hint: there are two possible non-pass situations. List them here to help form your title. 1 2 Title: Setup: Action or input: Expected result

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

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago