Multiple choice technology web technology

Which of the following statements about component testing is not true?

  1. Component testing should be performed by development

  2. Component testing is also know as isolation or module testing

  3. Component testing should have completion criteria planned

  4. Component testing does not involve regression testing

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Component testing absolutely does involve regression testing to ensure code changes don't break existing functionality within the component. The statement 'Component testing does not involve regression testing' is false, making option D the correct answer to this negative question.