ISTQB-CTFL · Question #47
A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?
The correct answer is C. The test engineer should re-run the tests, in order to ensure that new defects have not been. The test engineer should re-run the tests, in order to ensure that new defects have not been introduced by the fix. This is also known as regression testing, which is a type of testing that verifies that previously tested software still performs correctly after a change…
Question
A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?
Options
- AThe lest engineer should not re-run the tests, as they have already been run, and results
- BThe test engineer should not re-run the tests, they should be part of the developer tests.
- CThe test engineer should re-run the tests, in order to ensure that new defects have not been
- DThe test engineer should re-run the tests, because the defect shows that the test cases need to
How the community answered
(23 responses)- A9% (2)
- B4% (1)
- C87% (20)
Explanation
The test engineer should re-run the tests, in order to ensure that new defects have not been introduced by the fix. This is also known as regression testing, which is a type of testing that verifies that previously tested software still performs correctly after a change. Regression testing helps to detect any side effects or unintended consequences of a fix or a modification. The other options are incorrect reasons for re-running the tests. The test engineer should not re-run the tests, as they have already been run, and results recorded, because this ignores the possibility of new defects caused by the fix. The test engineer should not re-run the tests, they should be part of the developer tests, because this assumes that developer tests are sufficient and reliable, which may not be true. The test engineer should not re-run the tests, because the defect shows that the test cases need to be updated, because this does not address the impact of the fix on other test cases or functionalities.
Topics
Community Discussion
No community discussion yet for this question.