Questions Related to testing

Multiple choice technology testing
  1. ii and v are true, I, iii and iv are false

  2. i and v are true, ii, iii and iv are false

  3. i, iv and v are true, ii and iii are false

  4. i and ii are true, iii, iv and v are false

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology testing
  1. 1 test for statement coverage, 3 for branch coverage

  2. 1 test for statement coverage, 2 for branch coverage

  3. 1 test for statement coverage, 1 for branch coverage

  4. 2 tests for statement coverage, 2 for branch coverage

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology testing
  1. Statement Coverage (SC) = 1 and Decesion Coverage (DC) = 1

  2. SC = 1 and DC = 2

  3. SC = 1 and DC = 3

  4. SC = 2 and DC = 3

Reveal answer Fill a bubble to check yourself
D Correct answer