CISSP-ISSEP · Question #18
You work as a system engineer for BlueWell Inc. You want to verify that the build meets its data requirements, and correctly generates each expected display and report. Which of the following tests wi
The correct answer is A. Functional test. Functional testing (A) is correct because it validates that a system behaves according to its specified requirements - verifying that data is processed correctly and that expected outputs (displays, reports) are produced. When you need to confirm "does the system do what it's sup
Question
You work as a system engineer for BlueWell Inc. You want to verify that the build meets its data requirements, and correctly generates each expected display and report. Which of the following tests will help you to perform the above task?
Options
- AFunctional test
- BReliability test
- CPerformance test
- DRegression test
How the community answered
(19 responses)- A74% (14)
- B16% (3)
- C5% (1)
- D5% (1)
Explanation
Functional testing (A) is correct because it validates that a system behaves according to its specified requirements - verifying that data is processed correctly and that expected outputs (displays, reports) are produced. When you need to confirm "does the system do what it's supposed to do?", functional testing is the answer.
Reliability testing (B) measures how consistently and dependably a system performs over time - it's about stability and failure rates, not correctness of outputs.
Performance testing (C) evaluates speed, scalability, and resource usage under load - it tells you how fast or how well the system runs, not whether it produces the right results.
Regression testing (D) is run after changes to ensure that previously working functionality hasn't broken - it's a re-verification step, not the initial verification of requirements.
Memory tip: Think of Functional = Features working as specified. If the question mentions "requirements," "expected outputs," or "data correctness," the answer is almost always functional testing.
Topics
Community Discussion
No community discussion yet for this question.