Incorrect form of Logic coverage is

  1. Statement coverage

  2. Pole Coverage

  3. Condition Coverage

  4. Path Coverage


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of logic coverage. Logic coverage is a measure of how well a test suite exercises the logic in a program or system. It helps to ensure that all logical conditions and paths are tested.

Let's go through each option to understand why it is correct or incorrect:

Option A) Statement coverage - This option is incorrect because statement coverage is a type of logic coverage. It measures the percentage of statements in the code that are executed by the test suite.

Option B) Pole Coverage - This option is correct. Pole coverage is not a valid form of logic coverage. It is not a recognized term or technique in software testing.

Option C) Condition coverage - This option is incorrect because condition coverage is a type of logic coverage. It measures the percentage of logical conditions in the code that are evaluated to both true and false during testing.

Option D) Path coverage - This option is incorrect because path coverage is a type of logic coverage. It measures the percentage of different paths through the code that are executed by the test suite.

The correct answer is B) Pole Coverage. This option is incorrect because pole coverage is not a valid form of logic coverage.

Find more quizzes: