FourthSetOf10Questions Flashcards
What happens after following the actions in the typical debug process?
- there are done subsequent confirmation testing
What does subsequent confirmation testing do?
checks whether the fixes resolved the poblem?
Who is done the confirmation testing by?
- preferably by the same person who performed
the initial test
Apart from subsequent confirmation testing what other testing is done?
- subsequent regression testing
What does subsequent regression testing do?
- to check whether the fixes are causing failure in other
parts of the test object
What happens when you find a defect in static testing?
when static testing finds a defect,
debugging is concerned with just removing it
Is there a need for reproduction or diagnosis in
static testing?
NO
Why is there no need for reproduction or diagnosis in static testing?
- because static testing directly finds defects
and cannot cause failures
Why is testing necessary?
Testing, as a form of quality control, helps in achieving the agreed upon goals within the set scope, time, quality, and budget constraints.
Testing’s contribution to success should not be restricted to the test team activities.
Any stakeholder can use their testing skills to bring the project closer to success. Testing components, systems, and associated documentation helps to identify defects in software,
TESTING’s Contributions to Success
What are Testing’s contribtions to success?
What is contribution number one?
- testing provides a cost-effective means to detecting
defects - these defects can then be removed (by debugging- a non-testing activity)
- so testing indirectly contributes to higher quality
tesst objects