Software-Engineering
August 26, 2024
Software-testing
August 26, 2024
Software-Engineering
August 26, 2024
Software-testing
August 26, 2024

Software-Engineering

Question 331
Which of the following testing techniques ensures that the software product runs correctly after the changes during maintenance ?
A
Path Testing
B
Integration Testing
C
Unit Testing
D
Regression Testing
Question 331 Explanation: 
→ Regression testing is the re-execution of some subset of tests that have already been conducted to ensure that changes have not propagated unintended side effects Whenever software is corrected, some aspect of the software configuration (the program, its documentation, or the data that support it) is changed.
→ Regression testing helps to ensure that changes (due to testing or for other reasons) do not introduce unintended behavior or additional errors.
→ Regression testing may be conducted manually, by re-executing a subset of all test cases or using automated capture/playback tools.
Correct Answer: D
Question 331 Explanation: 
→ Regression testing is the re-execution of some subset of tests that have already been conducted to ensure that changes have not propagated unintended side effects Whenever software is corrected, some aspect of the software configuration (the program, its documentation, or the data that support it) is changed.
→ Regression testing helps to ensure that changes (due to testing or for other reasons) do not introduce unintended behavior or additional errors.
→ Regression testing may be conducted manually, by re-executing a subset of all test cases or using automated capture/playback tools.

Leave a Reply

Your email address will not be published. Required fields are marked *