SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You are testing a machine that scores exam papers and assigns grades. Based on the score achieved the grades are as follows:1-49 = F, 50-59 = D-, 60-69 = D, 70-79 = C, 80-89 = B, 90-100=A If you apply two-value boundary value analysis, how many test cases will you need to achieve minimum test coverage?
A
8
B
10
C
12
D
14
Explanation: 

Detailed explanation-1: -And having tester’s verify and validate the software prior to release can detect failures that might otherwise have been missed and support the process of removing defects that caused the failures. This increases the likelihood that the software will meet stakeholder needs and satisfy requirements.

Detailed explanation-2: -Conformance testing-an element of conformity assessment, and also known as compliance testing, or type testing-is testing or other activities that determine whether a process, product, or service complies with the requirements of a specification, technical standard, contract, or regulation.

Detailed explanation-3: -Q.: What does it mean if a set of tests has achieved 90% statement coverage? A. 9 out of 10 decision outcomes have been exercised by this set of tests.

There is 1 question to complete.