CSSLP · Question #105
CSSLP Question #105: Real Exam Question with Answer & Explanation
The correct answer is B: Performance test. Performance testing is specifically designed to evaluate how a system performs under various workloads and to identify its capacity and stability thresholds.
Question
Stella works as a system engineer for BlueWell Inc. She wants to identify the performance thresholds of each build. Which of the following tests will help Stella to achieve her task?
Options
- AReliability test
- BPerformance test
- CRegression test
- DFunctional test
Explanation
Performance testing is specifically designed to evaluate how a system performs under various workloads and to identify its capacity and stability thresholds.
Common mistakes.
- A. Reliability testing focuses on ensuring a system consistently performs its intended functions under specified conditions over a period of time.
- C. Regression testing is conducted after changes are made to a system to ensure that the new changes have not adversely affected existing functionalities.
- D. Functional testing verifies that each function of the software operates according to the requirements specifications.
Concept tested. Software testing types - performance testing
Reference. https://learn.microsoft.com/en-us/azure/devops/pipelines/test/types-of-testing?view=azure-devops
Topics
Community Discussion
No community discussion yet for this question.