Multiple choice technology testing

Static testing involves all except

  1. Execution of software

  2. Manual examination

  3. Automated analysis

  4. Review project documentation

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

Static testing involves examining software artifacts without running the code. This includes manual examination of documents and code, automated analysis tools, and reviewing project documentation. Option A (execution of software) is the only activity that does NOT belong to static testing.