L9 Flashcards

1
Q

What is software quality

A

Refers to the degree to which a software product meets specified requirements and user requirements.

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

What are the 3 areas of software quality

A

Process Effectiveness

System Efficacy

User satisfaction

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

Collaborative Quality

A

Multiple individuals or teams work together to create, maintain, and improve software products.

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

Motivation for Collaborative Quality

A

Collaborative development practices significantly impact software quality.

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

Challenges in Collaborative Quality

A

Blind spots

Support

Teamwork

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

Software Testing

A

Identifies defects, errors, or inconsistencies to verify that the software functions correctly and reliably under various conditions.

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

Motivation for Software Testing

A

Improves quality, reliability, and usability while reducing risks and enhancing user satisfaction.

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

Software Testing Benefits

A

Cost Savings
Failure Prevention

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

Software Testing Evolution

A

Different testing techniques include:

Black Box Testing
White Box Testing
Grey Box Testing

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

Black Box Testing

A

Focuses on testing functionality without examining internal structure or code.

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

Motivation for Black Box Testing

A

Identify discrepancies between expected and actual behavior

Interact via UI, API, or other interfaces

Validate inputs, outputs, and system behavior

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

White Box Testing

A

Also called Structural or Glass Box Testing, focuses on the internal logic, structure, and code.

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

Motivation for White Box Testing

A

Ensure correct code implementation

Exercise all paths and conditions

Verify algorithms, data structures, and logic

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

Grey Box Testing

A

Testers have limited knowledge of internal structure and implementation.

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

Motivation for Grey Box Testing

A

Combine external and internal perspectives

Use high-level design docs, APIs, or database schemas

Blend elements of Black and White Box Testing

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

How has software testing evolved?

A

1950s: debugging oriented period

1950-1970s: demonstration oriented period

1970s-1980s: the destruction oriented period

1980s-1990s: The evaluation and prevention oriented period

1990s- today: the test driven oriented period

17
Q

What is unit testing?

A

Validates individual code components for correctnes. Conducted by developers. Focuses on inputs, outputs andinternal logic.

18
Q

What is integration testing?

A

Validates interaction between integrated components.

19
Q

What is System testing?

A

Validates entire software system against requirements. Covers functional and non-functional requirements.

20
Q

What is acceptance testing?

A

Validates software from user’s perspective. Ensures alignment with business requirements and user needs

21
Q

What is regression testing?

A

Involves retesting previously validated software.

22
Q

What are the test types.

A

Functional (specifications)

Smoke (basics)

Security (vulnerabilities and risks)

Performance (speed, reliability..)

Load (multiple users)

Stress (beyond normal)

Usability (UI/UX)

Accessibility (disabilities)

Fairness (Bias and Discrimination)

Localization (Idioms and Regions)

A/B (two system versions)

Beta (real users)