CTFL_SYLL_4.0 · Question #199
A tester created a decision table(DT) given below. While reviewing the DT some of the actions for the given conditions were found to be incorrect. The user is trying to view the profile, which of…
The correct answer is C. C2. The decision table provides conditions and corresponding actions. The user is logged in (Yes). The user is not authorized to view the profile (No). The correct action should be not to display the profile (No) and to display an error message (Yes). This matches the actions…
Question
A tester created a decision table(DT) given below. While reviewing the DT some of the actions for the given conditions were found to be incorrect. The user is trying to view the profile, which of the given conditions has CORRECT action(s) listed? Conditon C1 C2 C3 C4 Is the user logged in? Yes Yes No No Is the user authorized to view the profle? Yes No Yes No Action Display the user’s profle Yes No Yes Yes Display an error message Yes Yes No No
Options
- AC3
- BC4
- CC2
- DC1
How the community answered
(52 responses)- A4% (2)
- B21% (11)
- C65% (34)
- D10% (5)
Explanation
The decision table provides conditions and corresponding actions. The user is logged in (Yes). The user is not authorized to view the profile (No). The correct action should be not to display the profile (No) and to display an error message (Yes). This matches the actions listed for C2, making it the correct condition with the proper actions .
Topics
Community Discussion
No community discussion yet for this question.