I. Fundamentals of Testing - Quizzes Flashcards
(92 cards)
I. Fundamentals of Testing
Which one of the following answers describes a test condition?
a. A distinguishing characteristic of a comoponent or system
b. A testable aspect of a component or system identified as a basis for testing
c. The degree to which a software product provides function that meet stated and implied needs when the software is used under specified conditions
d. Test cases designed to execute combinations of conditions and actions resulting from them
b. A testable aspect of a component or system identified as a basis for testing
I. Fundamentals of Testing
Which of the following provides the definition of the term test case?
a. Subset of the value domain of a variable within a component or system in which all values are expected to be treated the same based on the specification
b. A source to determine an expected result to compare with the actual result of the system under test
c. Work products produced during the test process for use in planning, designing, executing, evaluating, and reporting on testing
d. A set of preconditions, inputs, actions (where applicable), expected results, and postconditions, developd based on test conditions.
d. A set of preconditions, inputs, actions (where applicable), expected results, and postconditions, developd based on test conditions.
I. Fundamentals of Testing
What is quality?
a. Activities focused on providing confidence that quality requirements will be fulfilled
b. The degree to which a work product satisfies the stated and implied needs of its stakeholders
c. The degree to which a component or system protects information and data so that persons or other components or systems have the degree of access appropriate for their types nad levels of authorization
d. The total costs incurred on quality activties and issues and often split into prevention costs, appraisal costs, internal failure cost, and external failure cost
b. The degree to which a work product satisfies the stated and implied needs of its stakeholders
I. Fundamentals of Testing
According to the ISTQB Glossary, the word ‘Error’ is synonymous to which of the following words?
a. Flaw
b. Bug
c. Defect
d. Mistake
d. Mistake
I. Fundamentals of Testing
Consider the following definitions and match the term with the definition:
1. A reason or purpose for designing and executing a test
2. The component or system to be tested
3. Confirmation by examination and through provision of objective evidence the specified requirements have been fulfilled
a. 1. Test Object 2. Test Objective 3. Validation
b. 1. Test Objective 2. Test Object 3. Validation
c. 1. Validation 2. Test Basis 3. Verification
d. 1. Test Objective 2. Test Object 3. Verification
d. 1. Test Objective 2. Test Object 3. Verification
I. Fundamentals of Testing
According to the ISTQB Glossary, what is the coverage?
a. An attribute or combination of attributes that are derived from one or more test conditions by using a test technique that enables the measurement of the thorouhgness of the test execution.
b. The degree to which specified tests have been run, compared to the full sets of tests that could have been run
c. The degree to which specified coverage items are exercised by a test suite, expressed as a percentage
d. The degree to which tests have been automated, compared to tests that could have been automated.
c. The degree to which specified coverage items are exercised by a test suite, expressed as a percentage
I. Fundamentals of Testing
What is the test basis?
a. The point during software development when testing should start
b. The body of knowledge used for test analysis and design
c. A source to detemrine an unexpected result to compare with the actual result of the system under test
d. The method used to systematically devise test conditions
b. The body of knowledge used for test analysis and design
I. Fundamentals of Testing
Which of the following provides the definition of the term QA?
a. Activities focused on providing confidence that quality requirements will be fulfilled
b. The process of finding, analyzing, and removing the causes of failures in a component or system
c. Activities designed to evaluate the quality of a component or system
d. The process within the software development lifecycle that evaluates the quality of a component or system and related work products
a. Activities focused on providing confidence that quality requirements will be fulfilled
Fundamentals of Testing
What is the mistake?
a. An event in which a component or system does not perform a required function within specified limits
b. An imperfection or deficiency in a work product where it does not emet its requirements or specifications
c. A human action that produces an incorrect result
d. A source of a defect such that if it is removed, the occurrence of the defect ype is decreased or removed
c. A human action that produces an incorrect result
I. Fundamentals of Testing
According to the ISTQB Glossary, the word ‘bug’ is synonymous with which of the following words?
a. Incident
b. Fault
c. Mistake
d. Error
b. Fault
I. Fundamentals of Testing
What is the failure?
a. An event in which a component or system does not perform a required function within specified limits
b. An imperfection or deficiency in a work product where it does not meet its requirements or specifications
c. A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed
d. Bug found during Design phase
A. An event in which a component or system does not perform a required function within specified limits
I. Fundamentals of Testing
Consider the following definitions and match the term (1-4) with the definition (A-D)
- Test Monitoring
- Test Planning
- Test Control
- Test Completion
a. The activity that develops and applies corrective actions to get a test project on track when it deviates from what was planned
b. The activity of establishing or updating a test plan
c. The activity that checks the status of testing activities, identifies any variances from planned or expected, and report teh status to stakeholders
d. The activity that makes testware available for later use, leaves test environment in a satisfactory condition and communicates the results of testing to relevant stakeholders.
a. 1a, 2b, 3c, 4d
b. 1d, 2b, 3a, 4c
c. 1c, 2b, 3a, 4d
d. 1c, 2b, 3d, 4a
c. 1c, 2b, 3a, 4d
I. Fundamentals of Testing
What is testing?
a. Activities focused on providing confidence that quality requirements will be fulfilled
b. The process of finding, analyzing, and removing the causes of failures in a component or system
c. Activities designed to evaluate the quality of a component or system
d. The process within the software development lifecycle that evaluates the quality of a component or system and related work products
d. The process within the software development lifecycle that evaluates the quality of a component or system and related work products.
I. Fundamentals of Testing
What is the root cause?
a. An event in which a component or system does not perform a required function within specified limits
b. An imperfection or deficiency in a work product where it does not meet its requirements of specifications
c. A human action that produces an incorrect result
d. A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed.
d. A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed.
I. Fundamentals of Testing
Consider the following definitions and match the term (1-4) with the definition (A-D)
1. Fault
2. Root cause
3. Error
4. Failure
A. A human action that produces an incorrect result
B. A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed
C. An event in which a component or system does not perform a required function within specified limits
D. An imperfection or deficiency in a work product where it does not meet its requirements or specifications
a) 1B, 2D, 3A, 4C
b) 1D, 2B, 3A, 4C
c) 1D, 2B, 3C, 4A
d) 1B, 2A, 3C, 4D
b) 1D, 2B, 3A, 4C
I. Fundamentals of Testing
Which of the following provides the definition of term test procedure?
a) Work products produced during the test process for use in planning, designing, executing, evaluating, and reporting on testing
b) 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
c) A two-dimensional table, which correlates two entities (e.g., requirements and test cases). The table allows tracing back and borth the links of one entity to the other, thus enabling the determination of coverage achieved and the assessment of the impact of proposed changes.
d) The consequence/outcome of the execution of a test
b. 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.
I. Fundamentals of Testing
What is the test basis?
a. A testable aspect of a component or system identified as a basis for testing
b. Data needed for test execution
c. The work product to be tested
d. The body of knowledge used as the basis for test analysis and design
d. The body of knowledge used as the basis for test analysis and design
I. Fundamentals of Testing
According to the ISTQB Glossary, what do we mean when we call someone a tester?
a. A person who manages a team of junior testers
b. A person who performs testing
c. A person who sets up test environments
d. A person who creates a detailed test execution schedule
b. A person who performs testing
I. Fundamentals of Testing
Consider the following definitions and match the term (1-4) with the definition (A-D)
1. Quality Assurance
2. Quality Control
3. Validation
4. Verification
A. Confirmation by examination that a work product matches a stakeholder’s needs
B. Activities designed to evaluate the quality of a component or system
C. Confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled
D. Activities focused on providing confidence that quality requirements will be fulfilled
a) 1B, 2D, 3A, 4C
b) 1D, 2B, 3C, 4A
c) 1D, 2B, 3A, 4C
d) 1A, 2C, 3D, 4B
c) 1D, 2B, 3A, 4C
Validation - Stakeholders needs
Verification - Requirements is fulfilled
I. Fundamentals of Testing
According to the ISTQB Glossary, what do we mean when we call someone a test manager?
a. A person who managed a team of junior testers
b. The person responsible for the evaluation of a test object
c. A person who sets up test environments
d. A person who creates a detailed test execution schedule
b. The person responsible for the evaluation of a test object
I. Fundamentals of Testing
Which of the following provides the definition of the term test object?
a. A testable aspect of a component or system identified as a basis for testing
b. Data needed for test execution
c. The work product to be tested
d. The body of knowledge used as the basis for test analysis and design
c. The work product to be tested
I. Fundamentals of Testing
Which one of the following answers describes test data?
a. A testable aspect of a component or system identified as a basis for testing
b. Data needed for test execution
c. The work product to be tested
d. The body of knowledge used as the basis for test analysis and design
b. Data needed for test execution
I. Fundamentals of Testing
What is the fault?
a. An event in which a component or system does not perform a required function within specified limits
b. An imperfection or deficiency in a work product where it does not meet its requirements
c. A human action that produces an incorrect result
d. A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed.
b. An imperfection or deficiency in a work product where it does not meet its requirements or specifications
I. Fundamentals of Testing
Which one of the following answers descries a testware?
a. Work products produced during the test process for use in planning, designing, executing, evaluating, and reporting on testing
b. 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
c. A two-dimensional table, which correlates two entities (e.g., requirements and test cases). The tale allows tracing back and forth the links of one entity to the other, thus enabling the determination of coverage achieved and the assessment of the impact of proposed changes
d. The consequence/outcome of the execution of a test
a. Work products produced during the test process for use in planning, designing, executing, evaluating, and reporting on testing