Question: 1
A software company developed a software application for a Life Insurance Company. The testers of the software company were given the release to test. The software application calculates the annual life insurance cost based on customers' age. Life insurance cost is as follows per year;
# Age 18 or less: US $ 300
# Age over 18 or less than 70: US $ 500
# Person has to be at least 1 year old to purchase insurance
If a customer enters any other age, the software prints an error message. The Application accepts only positive integer values (no decimals). How many test cases at minimum can you derive using both Boundary Value analysis and Equivalence partitioning to test the life insurance application?
Question: 2
A Car sales company is financing their customers' vehicles. Financing interest rates are as follows:
(I) For all motorcycles:
a) Customer Credit score 300 - 550
# Annual income US$ 40K-80K - Interest rate 15%
# Annual income US$ 81K-100K- Interest rate 12 %
# Annual income US $ 101K or more - Interest rate 9 %
b) Customer Credit score 551- 680
# Annual income US$ 40K-80K - Interest rate 12%
# Annual income US$ 81K-100K- Interest rate 9 %
# Annual income US $ 101K or more - Interest rate 7 %
c) Customer Credit score 681 or more
# Annual income US$ 40K-80K - Interest rate 10%
# Annual income US$ 81K-100K-Interest rate 6
# Annual income US $ 101K or more - Interest rate 5 %
(II) For all other vehicles the interest rate is 1 % less (from the values given above) for each category mentioned.
a) Ex: Customer Credit score 300 - 550
Annual income US$ 40K-80K - Interest rate 14% and so on.Select the correct decision table from the decision tables given below for the above scenario
Question: 3
A Car sales company is financing their customers' vehicles. Financing interest rates are as follows:
(I) For all motorcycles:
a. Customer Credit score 300 - 550
# Annual income US$ 40K-80K - Interest rate 15%
# Annual income US$ 81K-100K- Interest rate 12 %
# Annual income US $ 101K or more - Interest rate 9 %
b. Customer Credit score 551- 680
# Annual income US$ 40K-80K - Interest rate 12%
# Annual income US$ 81K-100K- Interest rate 9 %
# Annual income US $ 101K or more - Interest rate 7 %
c. Customer Credit score 681 or more
# Annual income US$ 40K-80K - Interest rate 10%
# Annual income US$ 81K-100K-Interest rate 6
# Annual income US $ 101K or more - Interest rate 5 %
(II) For all other vehicles the interest rate is 1 % less (from the values given above) for each category mentioned.
a) Ex: Customer Credit score 300 - 550
Annual income US$ 40K-80K - Interest rate 14% and so on.
What is the minimum number of test cases required to test the above application? (Hint: derive test cases using decision table technique using the decision table described in
Question: 4
Select the correct state transition diagram for the following train door open/close scenario. When the train is moving, the train doors are closed. After train stops at a station, doors will be opened by the operator, passengers take off and new passengers board the train. Doors will be opened for 40 seconds at the train station. Train doors will be closed when the train is not in service.
Answer : A
Show Answer
Hide Answer
Question: 5
Each number represents a state in the following online shopping cart state transition diagram. Select the correct pair.
Answer : C
Show Answer
Hide Answer