Multiple choice technology testing

Reviews,walkthroughs and inspections are considered as

  1. integration testing

  2. regression testing

  3. static testing

  4. dynamic testing

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

Reviews, walkthroughs, and inspections are static testing techniques because they examine software artifacts (code, documents, design) without executing the system. They involve human reviewers checking for defects, compliance, and quality issues through manual examination rather than running the code. Integration and regression testing are dynamic testing methods that require code execution, while static testing relies on analysis and review processes.