Eksamen 2023 Flashcards
(14 cards)
2023 1
Alpha testing is
1. performed by an independent test team
2. performed by end users at their own site
3. performed by end users at the software developer’s site
4. useful to test software developed for a specific customer or user
Alpha testing is
performed by end users at the software developer’s site
2023 2
What is the purpose of confirmation testing?
1. To confirm users’ confidence that the system will mett their expectations and needs
2. To verify that no unintended defects have been introduced as a result of changes made
3. To confirm thtat the detailed logic of a component conforms to its specification
4. To confirm that a defect has been fixed correctly
The purpose of confirmation testing
is
to confirm that a defect has been fixed correctly
2023 3
Which two of the following are NOT a review type according to the ISTQB Glossary?
1. Examination
2. Walkthrough
3. Technical Review
4. Intrusion Detection
5. Inspection
Examination
Intrusion Detection
2023 4
User Stories - Acceptance Testing
Global Design - System Testing
F + nF Requirements - Integration Testing
Code - Unit Testing
2023 5
2023 6
Verification is related to whether the program works according to its specifications and
requirements, while validation is related to whether the program satisfies the needs of the
users.
2023 7
A procedure for deriving and/or selecting test cases based on an analysis of the internal structure of a component or a system.
2023 8
2023 9
A black box design technique
is
A procedure for deriving and/or selecting test cases based on an analysis of the specifications, either functional or non-functional, of a omponent or system without reference ot its internal structure
2023 10
Number of states that have been reached
Specific sequences of transitions have been exercised
Number of transitions that have been exercised
2023 11
2023 12
TDD is a development methodology where the unit tests are written before the code to pass them is implemented
2023 13
Memory Leaks
Deviation between actual and expected output
2023 14
Regression Testing