What is the name for a testing approach that examines code, documentation, or requirements without executing the program?
Difficulty: Medium
About this MCQ
This Medium Software Testing & SDLC MCQ checks one syllabus fact.
The question is: “What is the name for a testing approach that examines code, documentation, or requirements without executing the program?”
The accepted answer is C. Static testing. Static testing refers to a testing approach that examines code, documentation, or requirements without executing the program.
- A. Test plan
Why not A: “Test plan” is not correct. The accepted answer is C. Static testing. Static testing refers to a testing approach that examines code, documentation, or requirements without executing the program.
- B. Dynamic testing
Why not B: “Dynamic testing” is not correct. The accepted answer is C. Static testing. Static testing refers to a testing approach that examines code, documentation, or requirements without executing the program.
- C. Static testing ✓
- D. Exploratory testing
Why not D: “Exploratory testing” is not correct. The accepted answer is C. Static testing. Static testing refers to a testing approach that examines code, documentation, or requirements without executing the program.
Correct answer
C. Static testing
Explanation
Static testing refers to a testing approach that examines code, documentation, or requirements without executing the program.
Source: Software Testing & SDLC Official Reference Guide
Tags: computer science, sdlc, software testing, QA
Submitted by: MCQsHub Editorial
Related MCQs
- Which term refers to a testing method that verifies the smallest testable parts of an application, such as ind...
- What does Unit testing refer to?
- What is the name for a testing phase that verifies the interaction between combined modules or components of a...
- Which of the following best describes Integration testing?
- Identify the correct concept described as: a testing phase that evaluates a fully integrated system against sp...
- System testing is best defined as which of the following?