What does Equivalence partitioning refer to?
Difficulty: Hard
About this MCQ
This Hard Software Testing & SDLC MCQ checks one syllabus fact.
The question is: “What does Equivalence partitioning refer to?”
The accepted answer is A. A test design technique that divides input data into groups expected to be treated the same way by the system.. Equivalence partitioning refers to a test design technique that divides input data into groups expected to be treated the same way by the system.
- A. A test design technique that divides input data into groups expected to be treated the same way by the system. ✓
- B. A testing approach that examines code, documentation, or requirements without executing the program.
Why not B: “A testing approach that examines code, documentation, or requirements without executing the program.” is not correct. The accepted answer is A. A test design technique that divides input data into groups expected to be treated the same way by the system.. Equivalence partitioning refers to a test design technique that divides input data into groups expected to be treated the same way by the system.
- C. Two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built.
Why not C: “Two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built.” is not correct. The accepted answer is A. A test design technique that divides input data into groups expected to be treated the same way by the system.. Equivalence partitioning refers to a test design technique that divides input data into groups expected to be treated the same way by the system.
- D. A type of performance testing that evaluates system stability by pushing it beyond normal operational limits.
Why not D: “A type of performance testing that evaluates system stability by pushing it beyond normal operational limits.” is not correct. The accepted answer is A. A test design technique that divides input data into groups expected to be treated the same way by the system.. Equivalence partitioning refers to a test design technique that divides input data into groups expected to be treated the same way by the system.
Correct answer
A. A test design technique that divides input data into groups expected to be treated the same way by the system.
Explanation
Equivalence partitioning refers to a test design technique that divides input data into groups expected to be treated the same way by the system.
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?