SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You are testing an unattended gasoline pump that only accepts credit cards. Once the credit card is validated, the pump nozzle placed into the tank, and the desired grade selected, the customer enters the desired amount of fuel in gallons using the keypad. The keypad only allows the entry of digits. Fuel is sold in tenths (0.1) of a gallon, up to 50.0 gallons. Which of the following is a minimum set of desired amounts that covers the equivalence partitions for this input?
A
0.0, 20.0, 60.0
B
0.0, 0.1, 50.0
C
0.0, 0.1, 50.0, 70.0
D
-0.1, 0.0, 0.1, 49.9, 50.0, 50.1
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: -Explanation in favor of the correct answer: Option (B) is True – as test automation occurs at all levels in most agile teams. In Agile projects testers focus on automating, executing and maintaining tests on integration, system, and acceptance level.

Detailed explanation-3: -Which of the following tools is most useful for reporting test metrics? Answer : Test management tool.

There is 1 question to complete.