Quality Management Flashcards
What is a test plan?
Identifies what is to be tested
What is a TEST CASE?
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.
What are the three types of testing?
- Unit Testing
- Integration Testing
- System Testing
What is integration testing?
Tests functionally grouped components
What is Black Box Testing?
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)
What is White Box Testing?
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.
List the four approaches to Deployment and Migration
- Direct Installation
- Parallel Installation
- Single location installation
- Phased Installation