Software-testing
August 26, 2024Software-Engineering
August 26, 2024Software-Engineering
Question 396 |
Which of the following testing methods uses fault simulation technique?
unit testing | |
beta testing | |
stress testing | |
mutation testing |
Question 396 Explanation:
Mutation testing is used to design new software tests and evaluate the quality of existing software tests.
The purpose of mutation testing is to evaluate the effectiveness of the test cases to detect errors in the event of modification or changes in the program code
The purpose of mutation testing is to evaluate the effectiveness of the test cases to detect errors in the event of modification or changes in the program code
Correct Answer: D
Question 396 Explanation:
Mutation testing is used to design new software tests and evaluate the quality of existing software tests.
The purpose of mutation testing is to evaluate the effectiveness of the test cases to detect errors in the event of modification or changes in the program code
The purpose of mutation testing is to evaluate the effectiveness of the test cases to detect errors in the event of modification or changes in the program code