2.1.5 Shift Left Flashcards
The principle of early testing is sometimes referred to as s… because it is an approach where testing is performed “ “ in the “S…”.
shift left
earlier
SDLC.
Shift left basically suggests that testing should be done “e…” (e.g. not waiting for code to be “ “ or for “c…” to be “ “), but it doesn’t mean that testing later in the “S…” should be “ “.
earlier
implemented
components
integrated
SDLC
neglected
There are some good practices that illustrate how to achieve a “shift left” in testing, which include:
- Reviewing the specification from the p…
These review activities on “ “ often find potential defects such as:
- “a…”
- “incom…”
- “incon…”
- perspective of testers.
specifications
- ambiguities
- incompleteness
- inconsistencies.
There are some good practices that illustrate how to achieve a “shift left” in testing, which include:
- Writing test cases before the c… and have the code run in a t… during c…
- code is written
test harness
code implementation.
There are some good practices that illustrate how to achieve a “shift left” in testing, which include:
- Using CI and even better CD as it comes with f… and a… to accompany source code when it is submitted to the c…
- fast feedback
automated component tests
code repository.
There are some good practices that illustrate how to achieve a “shift left” in testing, which include:
- Completing static analysis of s… prior to d… or as part of an a…
- source code
dynamic testing,
automated process.
There are some good practices that illustrate how to achieve a “shift left” in testing, which include:
- Performing non-functional testing starting at the c… , where possible.
This is a form of shift left as these non-functional test types tend to be performed l… when a complete system and a representative t…
- component test level
later in the SDLC
test environment are available.
Shift left might result in:
- extra “ “
- effort a… earlier in the “ “
- but is expected to save effort a… later in the “ “.
- training
- and/or costs
process - and/or costs
process.
For shift left, it is important that “s…“ are convinced and brought into this “ “.
stakeholders
concept.