Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
|
Question 151
|
Which one of the following statements is incorrect?
|
Pareto analysis is a statistical method used for analyzing causes, and is one of the primary tools for quality management.
|
|
|
Reliability of a software specifies the probability of failure-free operation of that software for a given time duration.
|
|
|
The reliability of a system can also be specified as the Mean Time To Failure (MTTF)
|
|
|
In white-box testing, the test cases are decided from the specifications or the requirements
|
Question 151 Explanation:
Option(D) is incorrect because In black box testing, the test cases are decided from the specifications or the requirements.
White box testing is concerned about the Internal functionality of the module are tested that is why it tests the code.
White box testing is concerned about the Internal functionality of the module are tested that is why it tests the code.
Correct Answer: D
Question 151 Explanation:
Option(D) is incorrect because In black box testing, the test cases are decided from the specifications or the requirements.
White box testing is concerned about the Internal functionality of the module are tested that is why it tests the code.
White box testing is concerned about the Internal functionality of the module are tested that is why it tests the code.
