Testing Flashcards

1
Q

Software Testing

A

Assessment of software quality to verify and validate the software system under development, reduce the risk of software failure in operation, and ensure software meets stakeholder needs

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

Testing Principles

A

Testing reduces the probability of defects but cannot prove the absence of defects; testing cannot be exhaustive and requires prioritization; testing early reduces derived defects, time, and cost

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

Static Testing

A

Testing without code execution, often used to test specifications, designs, and code early in the development process (e.g., reviews, walkthroughs, and analysis)

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

Dynamic Testing

A

Testing that involves executing the code, focusing on functionality, performance, security, and other aspects of the software behavior

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

Black-Box Testing

A

Testing based on specifications without knowledge of the internal structure of the software (e.g., equivalence partitioning and boundary value analysis)

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

White-Box Testing

A

Testing based on the internal structure of the software, aiming for test coverage of statements, branches, paths, and conditions (e.g., statement testing and branch testing)

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

Test Levels

A

Component testing (testing individual units of code), integration testing (testing how components work together), system testing (testing the entire system), and acceptance testing (testing to ensure the system meets user needs)

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