2.1.2 Software Development Lifecycle and Good Testing Practices Flashcards
1
Q
Good testing practices, independent of the chosen SDLC, include:
- For every software development activity, there … so that all … are subject …
A
is a corresponding test activity,
development activities
to quality control.
2
Q
Good testing practices, independent of the chosen SDLC, include:
- Different test levels have … which allows for testing to be appropriately … while …
A
specific and different test objectives,
comprehensive
avoiding redundancy.
3
Q
Good testing practices, independent of the chosen SDLC, include:
- Test analysis and design for a given test level begins during the … so that testing can adhere …
A
corresponding development phase of the SDLC,
to the principle of early testing.
4
Q
Good testing practices, independent of the chosen SDLC, include:
- Testers are involved in reviewing work products as soon as drafts of … so that this earlier testing and defect d… can support …
A
these work products are available,
detection
shift left.