Quality Management Flashcards

1
Q

What is a test plan?

A

Identifies what is to be tested

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

What is a TEST CASE?

A

A set of inputs, execution preconditions, and expected outcomes developed for a
particular objective, to test a program path or to verify compliance with a specific requirement.

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

What are the three types of testing?

A
  1. Unit Testing
  2. Integration Testing
  3. System Testing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is integration testing?

A

Tests functionally grouped components

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

What is Black Box Testing?

A

Focuses on examining the functionality of the software without considering its internal code structure, logic, or implementation details.

Requires an executable program and a specification (or at
least a user manual).

Test cases are formulated as a set of pairs E.g., (input, expected output)

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

What is White Box Testing?

A

Involves examining and testing the internal structure, logic, and code of the software.

Testers have access to the source code and use this knowledge to design test cases that cover different paths, conditions, and statements within the code.

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

List the four approaches to Deployment and Migration

A
  1. Direct Installation
  2. Parallel Installation
  3. Single location installation
  4. Phased Installation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly