SE4452 Testing FINAL Flashcards
Genniwa’s favourite word
What is certainly?
What is the purpose of testing?
To verify the thing we produce accurately represents its specifications
What are the two main testing categories?
- statistical testing
2. defect testing
What is defect testing?
Designed to discover system defects
What is statistical testing?
Designed to reflect the frequency of user inputs
What are the stages of testing?
unit
integration
system
user/acceptance
What is user/acceptance testing?
Testing by users to validate the system meets the business and user needs
What is integration testing?
Testing to expose problems arising from the combination of components
What is unit testing?
testing of individual components
What is system testing?
Testing the complete system prior to delivery
What quality requirements does a system test consider?
System Operational quality requirements
What quality requirements does a deployment test consider?
User’s environment quality requirements
What is the output of the system test stage?
Operational system
What is the input of the system test stage?
Functioning system
What is the output of the Integration test stage?
Integrated subsystems
What is the output of the deployment test stage?
Usable system
What is the output of the Acceptance test stage?
Accepted system
What type of testing is known as Black Box?
Functional
What type of testing is known as White Box?
Structual
What is regression testing?
Ensures changes in a program do not affect functionality/behavior that it should not affect
Regression testing is used in which stage(s) of testing?
Unit
integration
system
functional testing is used in which stage(s) of testing?
unit
integration
system
acceptance
structural testing is used in which stage(s) of testing?
unit
integration
What is the objective of unit testing?
verify whether the implementation at the unit-level conforms to the Quality requirements