2.1.5 Shift Left Flashcards
The principle of early testing is sometimes referred to as … because it is an approach where testing is performed “ “ in the “ “.
shift left
earlier
SDLC.
Shift left basically suggests that testing should … (e.g. not waiting for code … or for … but it doesn’t mean that testing later …
be done earlier
to be implemented
components to be integrated),
in the SDLC should be neglected.
There are some good practices that illustrate how to achieve a “shift left” in testing, which include:
- Reviewing the specification from …
These review activities on … often find potential defects such as:
- a…
- incom…
- incon…
the 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 … and have the code run … during …
the code is written
in a 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 … and … to accompany source code when it is …
fast feedback
automated component tests
submitted to the 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 … 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 “ “, where possible.
This is a form of shift left as these non-functional test types … when a complete system and a representative …
component test level
tend to be performed later in the SDLC
test environment are available.
Shift left might result in:
- extra …
- effort … earlier …
- but is expected to save effort … later …
- training
- and/or costs
in the process - and/or costs
in the process.
For shift left, it is important that “ “ are convinced and brought …
stakeholders
into this concept.