ThirdSetOf10questions Flashcards
What is test objective no 5?
verifying whether specified requirements have been fullfilled
What is test objective no 6?
veriftying that a test object compiles with contractual,
legal and regulatory requirements
What is test objective no 7?
Providing information to stakeholders to allow them to make
informed decisions
What is test objective no 8?
building confidence in the quality of the test object
What is test objective no 9?
validating whether the test object is complete and
works as expected by the stakeholders
What’s the context that objectives of testing
depend upon?
- the work product being tested,
- the test level,
- risks,
- the software development lifecycle SDLC being followed
- and factors related to the business context, eg corporate
structure, competitive considerations or time to market
TESTING AND DEBUGGING
Are testing and debuggin the same?
they are separate activities
What does Testing do?
Testing can trigger failures that are caused by
defects in the software (dynamic testing)
or can directly find defects in the test object (static testign)
What happens when dynamic testing triggers a failure?
when dynamic testing triggers a failure
debugging is concerned with findinc causes of this failure
aka defects,
analysing these causes and eliminating them
What does the typical debugging process in this
case invovle?
- Reproduction of a failure
- Diangosis (finding the root cause)
- Fixing the cause