nerdexam
iSQI

CTFL_SYLL_4.0 · Question #66

You are testing a room upgrade system for a hotel. The system accepts three differed types of room (increasing order of luxury): Platinum. Silver and Gold Luxury. ONLY a Preferred Guest Card holder…

The correct answer is C. Customer A: offers upgrade to Gold Luxury room; Customer B: doesn't offer any upgrade. According to the decision table in the image, a Preferred Guest Card holder with a Silver room is eligible for an upgrade to Gold Luxury (YES), while a non-Preferred Guest Card holder, regardless of room type, is not eligible for any upgrade (NO). Therefore, Customer A (a…

Test Analysis and Design

Question

You are testing a room upgrade system for a hotel. The system accepts three differed types of room (increasing order of luxury): Platinum. Silver and Gold Luxury. ONLY a Preferred Guest Card holder s eligible for an upgrade. Below you can find the decision table defining the upgrade eligibility:

What is the expected result for each of the following test cases? Customer A: Preference Guest Card holder, holding a Silver room Customer B: Non Preferred Guest Card holder, holding a Platinum room

Exhibit

CTFL_SYLL_4.0 question #66 exhibit

Options

  • ACustomer A; doesn't offer any upgrade; Customer B: offers upgrade to Gold luxury room
  • BCustomer A: doesn't offer any upgrade; Customer B: doesn't offer any upgrade.
  • CCustomer A: offers upgrade to Gold Luxury room; Customer B: doesn't offer any upgrade
  • DCustomer A: offers upgrade to Silver room; Customer B: offers upgrade to Silver room.

How the community answered

(32 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    78% (25)
  • D
    6% (2)

Explanation

According to the decision table in the image, a Preferred Guest Card holder with a Silver room is eligible for an upgrade to Gold Luxury (YES), while a non-Preferred Guest Card holder, regardless of room type, is not eligible for any upgrade (NO). Therefore, Customer A (a Preferred Guest Card holder with a Silver room) would be offered an upgrade to Gold Luxury, and Customer B (a non- Preferred Guest Card holder with a Platinum room) would not be offered any

Topics

#decision table testing#black-box testing#test case derivation#combinatorial logic

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice