Chapter 1 Vocabulary Flashcards
Vocabulary covered by the ISTQB Foundations 4.0 Exam
Actual result
Behavior or result produced when something is tested
Anomaly
A deviation from the expected result
Alpha testing
An acceptance testing method occurring within the test environment by roles outside the developers organization
Agile Software Development
Based on Iterative Incremental Development, where requirements and solutions evolve through collaboration between self-organizing functional teams
API Testing
Performed by submitting requests to the test object through API (application programming interface)
Audit
Independent examination of a work product or process from third parties to assess compliance with specifications, standards, contractual agreements, or other criteria
Availability
The degree to which a component or system is operational and accessible when required for use
Behavior-driven development
The team focuses on expected behavior of the system based on expectations from the customer
Acceptance Criteria
The criteria that a component or system must satisfy in order to be accepted by a user, customer, or other authorized entity.
Acceptance Test-Driven Development (ATDD)
A collaboration-based test-first approach that defines acceptance tests in the stakeholders’ domain language.
Beta Testing
A type of acceptance testing performed at an external site to the developer’s test environment by roles outside the development organization.
Black-Box test technique
A test technique based on an analysis of the specification of a component or system.
No source code or internals need to be seen for this kind of testing.
Boundary Value
A minimum or maximum value of an ordered equivalence partition.
Boundary Value Analysis
A black-box test technique in which test cases are designed based on boundary values.
Branch
A transfer of control between two consecutive nodes in the control flow graph of a test item.
Branch Coverage
The coverage of branches in a control flow graph.
Branch Testing
A white-box test technique in which the test conditions are branches.
Coverage
The degree to which specified coverage items are exercised by a test suite, expressed as a percentage. Synonyms: test coverage
Defect
An imperfection or deficiency in a work product where it does not meet its requirements or specifications.
Reference: After ISO 24765
Synonyms: bug, fault
Debugging
The process of finding, analyzing and removing the causes of failures in a component or system
Error
A human action that produces an incorrect result.
Reference: ISO 24765
Synonyms: mistake
Failure
An event in which a component or system does not perform a required function within specified limits.
Quality
The degree to which a work product satisfies stated and implied needs of its stakeholders.
Quality Assurance
Activities focused on providing confidence that quality requirements will be fulfilled.
Root Cause
A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed.
Test Analysis
The activity that identifies test conditions by analyzing the test basis
Test Basis
The body of knowledge used as the basis for test analysis and design.
Test Case
A set of preconditions, inputs, actions (where applicable), expected results and postconditions, developed based on test conditions.
Test Completion
The activity that makes testware available for later use, leaves test environments in a satisfactory condition and communicates the results of testing to relevant stakeholders.
Test Condition
A testable aspect of a component or system identified as a basis for testing.
Test Control
The activity that develops and applies corrective actions to get a test project on track when it deviates from what was planned.
See also: test management
Test Data
Data needed for test execution.
Synonyms: test dataset
Test Design
The activity that derives and specifies test cases from test conditions
Test Execution
The activity that runs a test on a component or system producing actual results.
Test Implementation
The activity that prepares the testware needed for test execution based on test analysis and design.
Test Monitoring
The activity that checks the status of testing activities, identifies any variances from planned or expected, and reports status to stakeholders.
Test Object
The work product to be tested.
See also: test item
Test Objective
The purpose for testing.
Synonyms: test goal
Test Planning
The activity of establishing or updating a test plan
Test Procedure
A sequence of test cases in execution order, and any associated actions that may be required to set up the initial preconditions and any wrap up activities post execution.
Test Result
The consequence/outcome of the execution of a test.
Synonyms: outcome, test outcome, result
Testing
The process within the software development lifecycle that evaluates the quality of a component or system and related work products.
See also: quality control
Testware
Work products produced during the test process for use in planning, designing, executing, evaluating and reporting on testing.
Reference: After ISO 29119-1
Validation
Confirmation by examination that a work product matches a stakeholder’s needs
Verification
Confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled