Verification Methods Flashcards

1
Q

Verification

A

dev pov, no need to execute code just check srs, etc
Techniques used: informal review, inspection, walkthrough, technical and peer review

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

Validation

A

cust pov, use sys testing, execute code

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

Formal Technical Review Is Well-Defined, explain how

A

defined by:
process
roles and responsibilities
objectives
measurements

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

Review Preparation (Pre-Review)

A

tell time n date
distribute relevant material

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

What are the inspection roles

A

Reader - presents the material
Author - corrects the misconceptions
Reviewers - identify errors
Recorder - Completes the inspection minutes/log
Moderator - Enforces procedures and keeps meeting on track

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

Minor issues are…

A

defects that dont make much diff

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

Moderate issues are

A

Defects that make diff but eh can workaround

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

Severe issues are…

A

tumor in the brain

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

Critical Issues are….

A

death

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

Review Execution

A

find errors, keep minutes

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

Review Follow-up (Post-Review)

A

correct errors pls

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

What is the formal technical review process

A

choose team, materials, dates

present product, process, goals

check product, note issues

consolidate issues

correct defects

verify product/process quality

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

Management reviews

A

a software management review is a management study into
a project’s status and allocation of resources.

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

Technical reviews

A

o Inspections – software inspection is a control technique for ensuring that the
documentation produced during a given phase remain consistent with documentation of the previous phase and respects pre-established rules and
standards.
o Walk-throughs – a form of peer review in which a designer or programmer
leads members of the development team and other interested parties
through a software product, and the participants ask questions and make comments about possible errors, violation of development standards, and other problems. Examples are naming conventions for classes; missing
classes; additional classes etc.

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

Audits

A

a software audit review, or software audit, is a type of software review in which one or more auditors who are not members of the software development organization conduct an independent examination of a software product, software processes, or set of software processes to assess compliance with specifications,
standards, contractual agreements, or other criteria.

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