ISTQB Flashcards
Learning for ISTQB definitions
What is Testing?
The process of evaluating a system or components to find whether it satisfies the specified criteria
What are the objectives of testing
Finding defects
Gain confidence on the product
Providing info for descision-making
Preventing defects.
Pros of SCRUM
Promotes team collaboration and accountability
Flexible and adaptive
Cons of SCRUM
Requires experience teams members
Can be difficult to manage scope and timelines
What does component testing do?
Verifies the functionality of components or units of code
What does integration testing do?
Ensures different components or systems works together as intended
What does system testing do?
Validates the complete software product to ensure it meets the requirements
What does acceptance testing do?
Confirms the system meets the acceptance criteria and is ready for deployment
What types of testing exist?
2 types: Functional and non-functional
what is the Static testing points?
Review and analyse.
Review the process.
What type of test design technique exist?
3 types: Black-box, White-box, Experience-base, Collaboration-base
What is the purpose of content of a test plan
Documents objectives resources and processes
What is the testing contribution to iteration and release planning
Add value by indentify dependencies, risks, and testing effort; help to refine user stories and acceptance criteria
What is the entry criteria?
conditions that must be met to start testing (availability of test environment, test data)
What is the exit criteria?
conditions that must be met to end testing (ll tests executed, defect rate below a certain threshold)