The following statement describes a specific concept. What is it called? a development approach where tests are written before the actual code is implemented.
Difficulty: Hard
About this MCQ
This Hard Software Testing & SDLC MCQ checks one syllabus fact.
The question is: “The following statement describes a specific concept. What is it called? a development approach where tests are written before the actual code is implemented.”
The accepted answer is A. Test-driven development (TDD). Test-driven development (TDD) refers to a development approach where tests are written before the actual code is implemented.
- A. Test-driven development (TDD) ✓
- B. Bug
Why not B: “Bug” is not correct. The accepted answer is A. Test-driven development (TDD). Test-driven development (TDD) refers to a development approach where tests are written before the actual code is implemented.
- C. Beta testing
Why not C: “Beta testing” is not correct. The accepted answer is A. Test-driven development (TDD). Test-driven development (TDD) refers to a development approach where tests are written before the actual code is implemented.
- D. Regression testing
Why not D: “Regression testing” is not correct. The accepted answer is A. Test-driven development (TDD). Test-driven development (TDD) refers to a development approach where tests are written before the actual code is implemented.
Correct answer
A. Test-driven development (TDD)
Explanation
Test-driven development (TDD) refers to a development approach where tests are written before the actual code is implemented.
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?