Questions Related to testing

Multiple choice technology testing
  1. We can never be certain that the program is bug free

  2. We have no definite stopping point for testing, which makes it easier for somemanagers to argue for very little testing.

  3. We have no easy answer for what testing tasks should always be required,because every task takes time that could be spent on other high importance tasks.

  4. All of the above.

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology testing
  1. Security failures were the result of untested parts of code

  2. The development team achieved complete statement and branch coverage butmissed a serious bug in the MASPAR operating system

  3. An error in the code was so obscure that you had to test the function with almostevery input value to find its two special-case failures.

  4. All of the above.

Reveal answer Fill a bubble to check yourself
C Correct answer