2.1.5 Shift Left Flashcards

1
Q

The principle of early testing is sometimes referred to as s… because it is an approach where testing is performed “ “ in the “S…”.

A

shift left
earlier
SDLC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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 “ “.

A

earlier
implemented
components
integrated
SDLC
neglected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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…”
A
  • perspective of testers.
    specifications
    - ambiguities
    - incompleteness
    - inconsistencies.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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…
A
  • code is written
    test harness
    code implementation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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…
A
  • fast feedback
    automated component tests
    code repository.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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…
A
  • source code
    dynamic testing,
    automated process.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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…

A
  • component test level

later in the SDLC
test environment are available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Shift left might result in:
- extra “ “
- effort a… earlier in the “ “
- but is expected to save effort a… later in the “ “.

A
  • training
  • and/or costs
    process
  • and/or costs
    process.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

For shift left, it is important that “s…“ are convinced and brought into this “ “.

A

stakeholders
concept.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly