2.1.5 Shift Left Flashcards

1
Q

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

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 … (e.g. not waiting for code … or for … but it doesn’t mean that testing later …

A

be done earlier

to be implemented

components to be integrated),

in the SDLC should be 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:

  1. Reviewing the specification from …
    These review activities on … often find potential defects such as:
    - a…
    - incom…
    - incon…
A

the 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:

  1. Writing test cases before … and have the code run … during …
A

the code is written

in a 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:

  1. Using CI and even better CD as it comes with … and … to accompany source code when it is …
A

fast feedback

automated component tests

submitted to the 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:

  1. Completing static analysis of s… prior to … 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:

  1. 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 …

A

component test level

tend to be performed 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 … earlier …
- but is expected to save effort … later …

A
  • training
  • and/or costs
    in the process
  • and/or costs
    in the 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 “ “ are convinced and brought …

A

stakeholders

into this concept.

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