SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You are testing an e-commerce system that sells cooking supplies such as spices, flour, and other items in bulk. The units in which the items are sold are either grams (for spices and other expensive items) or kilograms (for flour and other inexpensive items). Regardless of the units, the smallest valid order amount is 0.5 units (e.g., half a gram of cardamom pods) and the largest valid order amount is 25.0 units (e.g., 25 kilograms of sugar). The precision of the units field is 0.1 units. Which of the following is a set of input values that cover the boundary values with two-point boundary values for this field?
A
0.3, 10.0, 28.0
B
0.4, 0.5, 0.6, 24, 9, 25, 0, 25.1
C
0.4, 0.5, 25.0 25.1
D
0.5, 0.6, 24.9, 25.0
Explanation: 

Detailed explanation-1: -Exploratory testing: Rather than creating test designs, testers and developers use exploratory testing, which involves creating random testing procedures and executing tests based on error guessing.

Detailed explanation-2: -Which of the following statements is TRUE with respect to when the test analyst should become involved during different software development lifecycle models? Answer : In sequential V-model projects the test analyst should start test analysis concurrently with requirement specification.

Detailed explanation-3: -Which of the following best matches the testing activity with how traceability can assist that activity? Traceability assists with: Selecting regression tests in terms of analyzing the impact of changes.

There is 1 question to complete.