Software Quality Assurance

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Validation

Refers to checking that a software artefact meets customer needs and reqirements.

2
New cards

Verification

Refers to checking that the implementation is correct.

3
New cards

Inspection - Definition

A formal review by a group of independent experts that apply to both source code and non-executable artefacts.

4
New cards

Inspection Roles

  • Author - Prepares materials/awnsers questions

  • Reviewer - Must be independent/can be from the same company

  • Moderator - Organises/Independent of the project

5
New cards

Validation Testing

Demonstrate that software meets its requirements.

6
New cards

Defect Testing

Find inputs/input sequences where the behavior of the software is incorrect.

7
New cards

Mutant Testing

  • Form of WhiteBox testing

  • Testers change specific components of an application’s source code to ensure a software can detect the changes.

8
New cards

Mutation Score =

Number of killed mutants / Number of overall mutants * 100

9
New cards

Coverage =

Number of coverage items exercised / total number of coverage items * 100