Podcast
Questions and Answers
Which of the following is the BEST example of why testing is necessary?
Which of the following is the BEST example of why testing is necessary?
- Static testing is used by developers to identify failures in their program code earlier than can be achieved through dynamic testing.
- Dynamic testing increases quality by causing test objects to fail in ways that could never be achieved by users.
- Reviews increase the quality of requirements specifications and lead to fewer changes being needed in derived work products. (correct)
- Static analysis provides evidence to customers that the elements of the system that provide no outputs are fit for release.
Which of the following statements accurately describes the relationship between quality assurance (QA) and quality control (QC)?
Which of the following statements accurately describes the relationship between quality assurance (QA) and quality control (QC)?
- Testing is performed as part of QA.
- Testing is another term for QC.
- Testing is performed as part of QC. (correct)
- QA is performed as part of testing.
One of the principles asserts that exhaustive testing is impossible. Which approach is an example of addressing this principle?
One of the principles asserts that exhaustive testing is impossible. Which approach is an example of addressing this principle?
- Starting testing as early as possible with reviews and other static testing approaches
- Documenting all possible test input variations and prioritizing these based on importance
- Using equivalence partitioning and boundary value analysis to generate test cases (correct)
- Creating test cases that cover every possible specified output
Which test activity involves collaborating with data requirements, test conditions, environment configurations and test cases?
Which test activity involves collaborating with data requirements, test conditions, environment configurations and test cases?
Which factor is MOST likely to impact how testing is performed for a given test object?
Which factor is MOST likely to impact how testing is performed for a given test object?
Which statement provides a valid example of the value of traceability in testing?
Which statement provides a valid example of the value of traceability in testing?
Which scenario exemplifies a tester applying a generic skill during testing?
Which scenario exemplifies a tester applying a generic skill during testing?
What is an advantage of adopting a whole-team approach in software development?
What is an advantage of adopting a whole-team approach in software development?
Which of the following statements accurately describes the impact of a software development lifecycle on testing?
Which of the following statements accurately describes the impact of a software development lifecycle on testing?
Which good testing practice is applicable to all software development lifecycles?
Which good testing practice is applicable to all software development lifecycles?
Which of the following is an example of a test-first approach to development?
Which of the following is an example of a test-first approach to development?
Which statement accurately describes a testing practice for DevOps environment?
Which statement accurately describes a testing practice for DevOps environment?
Which of the following is MOST aligned with system testing?
Which of the following is MOST aligned with system testing?
Which statement accurately differentiates regression tests from confirmation tests?
Which statement accurately differentiates regression tests from confirmation tests?
Which defect is detectable by static testing but not by dynamic testing?
Which defect is detectable by static testing but not by dynamic testing?
What is a key benefit of early and frequent feedback from stakeholders?
What is a key benefit of early and frequent feedback from stakeholders?
Match the following tasks and review activities: Select the quality characteristics and exit criteria to be evaluated (1), grant all team members access to the work product (2), identify anomalies (3), and discuss anomalies (4), with the review initiation (A), planning (B), communication and analysis (C), and individual review (D) activities.
Match the following tasks and review activities: Select the quality characteristics and exit criteria to be evaluated (1), grant all team members access to the work product (2), identify anomalies (3), and discuss anomalies (4), with the review initiation (A), planning (B), communication and analysis (C), and individual review (D) activities.
Given the roles in reviews (scribe, review leader, facilitator, manager) and responsibilities (records review information, organizes the review, ensures effective review meetings, decides what is to be reviewed and provides resources), which matches roles and responsibilities?
Given the roles in reviews (scribe, review leader, facilitator, manager) and responsibilities (records review information, organizes the review, ensures effective review meetings, decides what is to be reviewed and provides resources), which matches roles and responsibilities?
Which statement BEST describes the difference between decision table testing and branch testing?
Which statement BEST describes the difference between decision table testing and branch testing?
A car wash chain uses cards to track the number of washes a customer buys. Customers get a 10% discount for every tenth wash and an additional 40% (50% total) for every twentieth wash. Which has the highest equivalence partition coverage?
A car wash chain uses cards to track the number of washes a customer buys. Customers get a 10% discount for every tenth wash and an additional 40% (50% total) for every twentieth wash. Which has the highest equivalence partition coverage?
You are testing a form that verifies the correctness of the length of the password between 6 and 12 characters inclusive, with an initial value of 0. You apply boundary value analysis, and due to the high risk of this component, test cases are added to ensure 100% 3-value boundary value coverage. Which additional password lengths should be tested?
You are testing a form that verifies the correctness of the length of the password between 6 and 12 characters inclusive, with an initial value of 0. You apply boundary value analysis, and due to the high risk of this component, test cases are added to ensure 100% 3-value boundary value coverage. Which additional password lengths should be tested?
A decision table details the rules for determining the risk of atherosclerosis. Given the test cases and the decision table provided (Cholesterol and Blood Pressure), what is the decision table coverage achieved by these test cases?
A decision table details the rules for determining the risk of atherosclerosis. Given the test cases and the decision table provided (Cholesterol and Blood Pressure), what is the decision table coverage achieved by these test cases?
A storage system, which stores up to three elements, is modeled by a state transition diagram. Which sequences of events, represented as sequences of events, test cases achieves the highest level of valid transitions coverage?
A storage system, which stores up to three elements, is modeled by a state transition diagram. Which sequences of events, represented as sequences of events, test cases achieves the highest level of valid transitions coverage?
The execution of two test cases, T1 and T2, on the same code results in statement coverage of 40% and 65% respectively. Which is necessarily true?
The execution of two test cases, T1 and T2, on the same code results in statement coverage of 40% and 65% respectively. Which is necessarily true?
The branch coverage metric is defined as BCov = (X / Y) * 100%. What do X and Y represent?
The branch coverage metric is defined as BCov = (X / Y) * 100%. What do X and Y represent?
Which TWO provide the BEST rationale for using exploratory testing?
Which TWO provide the BEST rationale for using exploratory testing?
Which BEST fits as checklist element in checklist-based testing?
Which BEST fits as checklist element in checklist-based testing?
Given a user story for an online store owner, what format is this acceptance criteria written in?
Given a user story for an online store owner, what format is this acceptance criteria written in?
The team analyzes a user story to define the acceptance criteria. Which test cases will NOT be relevant for this user story?
The team analyzes a user story to define the acceptance criteria. Which test cases will NOT be relevant for this user story?
Your team follows the DevOps delivery pipeline including (1) code development, (2) submitting code to a version control system and merging it into the ‘test’ branch, and (3) performing component testing. BEST suite to be the entry criterion for step 2?
Your team follows the DevOps delivery pipeline including (1) code development, (2) submitting code to a version control system and merging it into the ‘test’ branch, and (3) performing component testing. BEST suite to be the entry criterion for step 2?
You want to estimate the test effort by calculating the ratio of test to development effort average from four historical similar projects. Table values are provided, what’s your estimation calculation?
You want to estimate the test effort by calculating the ratio of test to development effort average from four historical similar projects. Table values are provided, what’s your estimation calculation?
You are testing a web application allowing users to SEARCH, VIEW product details, ADD to a shopping cart, and place an order. You prepare the following test cases with priority and dependencies. Which test case should be executed fourth?
You are testing a web application allowing users to SEARCH, VIEW product details, ADD to a shopping cart, and place an order. You prepare the following test cases with priority and dependencies. Which test case should be executed fourth?
According to the testing quadrants model, what falls into quadrant Q1: technology facing and supporting the team?
According to the testing quadrants model, what falls into quadrant Q1: technology facing and supporting the team?
Match risks with mitigation activities:
Match risks with mitigation activities:
Which of the following represents a product quality metric?
Which of the following represents a product quality metric?
A test team in North America is developing for a client in Europe using Agile, DevOps and continuous integration using a continuous delivery pipeline. Which strategy is LEAST effective for communicating test progress to the customer?
A test team in North America is developing for a client in Europe using Agile, DevOps and continuous integration using a continuous delivery pipeline. Which strategy is LEAST effective for communicating test progress to the customer?
When considering configuration management, which configuration management (CM) task BEST helps support testing?
When considering configuration management, which configuration management (CM) task BEST helps support testing?
You are testing a sort function, and the execution log shows failures. Which provides the BEST description of the failure to use in a defect report?
You are testing a sort function, and the execution log shows failures. Which provides the BEST description of the failure to use in a defect report?
Match the descriptions and the categories: Support workflow tracking, Facilitate communication, Virtual machines, and Support reviews with the static testing tools, Tools supporting scalability and deployment standardization, DevOps tools and Collaboration tools.
Match the descriptions and the categories: Support workflow tracking, Facilitate communication, Virtual machines, and Support reviews with the static testing tools, Tools supporting scalability and deployment standardization, DevOps tools and Collaboration tools.
Which of the following is MOST likely to be a benefit of test automation?
Which of the following is MOST likely to be a benefit of test automation?
Flashcards
Why are reviews necessary?
Why are reviews necessary?
Reviews increase the quality of specification and fewer changes are needed in work products.
QA and Testing
QA and Testing
Testing is performed as part of quality assurance.
Addressing exhaustive testing
Addressing exhaustive testing
Document all possible test input variations and prioritizing these based on importance
What is test design?
What is test design?
Signup and view all the flashcards
What impacts testing the most?
What impacts testing the most?
Signup and view all the flashcards
Traceability value
Traceability value
Signup and view all the flashcards
Tester using a generic skill
Tester using a generic skill
Signup and view all the flashcards
Advantage of the whole-team approach?
Advantage of the whole-team approach?
Signup and view all the flashcards
Correct statement about software development lifecycle
Correct statement about software development lifecycle
Signup and view all the flashcards
Good testing practice across lifecycles
Good testing practice across lifecycles
Signup and view all the flashcards
Test-first approach to development
Test-first approach to development
Signup and view all the flashcards
DevOps statement
DevOps statement
Signup and view all the flashcards
System testing includes
System testing includes
Signup and view all the flashcards
Regression vs Confirmation Tests
Regression vs Confirmation Tests
Signup and view all the flashcards
Defect found by static testing
Defect found by static testing
Signup and view all the flashcards
Benefit of early stakeholder feedback
Benefit of early stakeholder feedback
Signup and view all the flashcards
Description of estimation based on ratios
Description of estimation based on ratios
Signup and view all the flashcards
Description of dependency
Description of dependency
Signup and view all the flashcards
Description of product quality metric
Description of product quality metric
Signup and view all the flashcards
Benefit of Test automation
Benefit of Test automation
Signup and view all the flashcards
Study Notes
- The sample exam and associated answers have been created to assist ISTQB Member Boards and Exam Boards with writing questions, and give training providers and candidates examples of exam questions
Copyright Notice
- Copyright belongs to the International Software Testing Qualifications Board (ISTQB).
- ISTQB is a registered trademark.
- The authors transfer the copyright to ISTQB.
- Non-commercial use of extracts is permitted if the source is acknowledged.
- Accredited Training Providers may use this sample exam in their training courses if the authors and the ISTQB are acknowledged.
- Any advertisement of such a training course requires official Accreditation of the training materials from an ISTQB-recognized Member Board.
- Individuals or groups can use the sample exam in articles and books if the authors and ISTQB are acknowledged.
- Any other use requires written approval from ISTQB.
- ISTQB-recognized Member Boards can translate the sample exam if they reproduce the Copyright Notice in the translated version.
Document Responsibility
- The ISTQB Examination Working Group is responsible for this document.
- The document is sustained by a core team from ISTQB consisting of the Syllabus Working Group and Exam Working Group.
Revision History
- Version 1.6 was released on July 8, 2024, that corrects a question
- Version 1.5 was released on May 29, 2024, that matched the answer version
- Version 1.4 was released on April 12, 2024, that corrects two questions: #2 and #35
- Version 1.3 was released on January 8, 2024, that corrects two questions: #26 and #39
- Version 1.2 was released on December 5, 2023, that corrects two questions: #8 and #13
- Version 1.1 was November 15, 2023, that corrects a question #35
- Version 1.0 was released on October 16, 2023, which was the first version
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.