1. What technique captures system requirements that contain logical conditions?
  1. Boundary value

  2. Equivalence partition

  3. Decision table

  4. State transition


Correct Option: C

AI Explanation

To answer this question, you need to understand different techniques used to capture system requirements.

Option A) Boundary value - This option is incorrect because the boundary value technique is used to test the behavior of a system at the boundaries of input values, rather than capturing system requirements that contain logical conditions.

Option B) Equivalence partition - This option is incorrect because the equivalence partition technique is used to divide the input values into equivalent groups to reduce the number of test cases needed, rather than capturing system requirements that contain logical conditions.

Option C) Decision table - This option is correct because the decision table technique is used to capture system requirements that contain logical conditions. A decision table is a tabular representation that shows different combinations of inputs and their corresponding actions or outcomes.

Option D) State transition - This option is incorrect because the state transition technique is used to capture system requirements that involve the transition of a system from one state to another, rather than capturing system requirements that contain logical conditions.

The correct answer is C) Decision table. This option is correct because the decision table technique is specifically designed to capture system requirements that contain logical conditions.

Find more quizzes: