Podcast
Questions and Answers
Which of the following statements describe a valid test objective?
Which of the following statements describe a valid test objective?
Which of the following options shows an example of test activities that contribute to success?
Which of the following options shows an example of test activities that contribute to success?
You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?
You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?
You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality. Which of the following activities is a part of test analysis?
You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality. Which of the following activities is a part of test analysis?
Signup and view all the answers
Which of the following factors have a SIGNIFICANT influence on the test approach?
Which of the following factors have a SIGNIFICANT influence on the test approach?
Signup and view all the answers
Which TWO of the following tasks belong MAINLY to a testing role?
Which TWO of the following tasks belong MAINLY to a testing role?
Signup and view all the answers
Which of the following skills (i-v) are the MOST important skills of a tester?
Which of the following skills (i-v) are the MOST important skills of a tester?
Signup and view all the answers
How is the whole team approach present in the interactions between testers and business representatives?
How is the whole team approach present in the interactions between testers and business representatives?
Signup and view all the answers
Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?
Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?
Signup and view all the answers
Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?
Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?
Signup and view all the answers
Which of the following is NOT an example of the shift left approach?
Which of the following is NOT an example of the shift left approach?
Signup and view all the answers
Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?
Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?
Signup and view all the answers
Which types of failures (1-4) fit which test levels (A-D) BEST?
Which types of failures (1-4) fit which test levels (A-D) BEST?
Signup and view all the answers
You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history had three test runs on three consecutive versions of the software as follows:
Execution 1 Execution 2 Execution 3
TC1 (1) Failed (4) Passed (7) Passed
TC2 (2) Passed (5) Failed (8) Passed
TC3 (3) Failed (6) Failed (9) Passed
Tests are repeated once you are informed that all defects found in the test run are corrected and a new version of the software is available.
Which of the above tests are executed as regression tests?
You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history had three test runs on three consecutive versions of the software as follows:
Execution 1 Execution 2 Execution 3 TC1 (1) Failed (4) Passed (7) Passed TC2 (2) Passed (5) Failed (8) Passed TC3 (3) Failed (6) Failed (9) Passed
Tests are repeated once you are informed that all defects found in the test run are corrected and a new version of the software is available.
Which of the above tests are executed as regression tests?
Signup and view all the answers
Which of the following is NOT a benefit of static testing?
Which of the following is NOT a benefit of static testing?
Signup and view all the answers
Which of the following is a benefit of early and frequent feedback?
Which of the following is a benefit of early and frequent feedback?
Signup and view all the answers
The reviews being used in your organization have the following attributes:
- There is the role of a scribe
- The main purpose is to evaluate quality
- The meeting is led by the author of the work product
- There is individual preparation
- A review report is produced
Which of the following review types is MOST likely being used?
The reviews being used in your organization have the following attributes:
- There is the role of a scribe
- The main purpose is to evaluate quality
- The meeting is led by the author of the work product
- There is individual preparation
- A review report is produced
Which of the following review types is MOST likely being used?
Signup and view all the answers
Which of these statements is NOT a factor that contributes to successful reviews?
Which of these statements is NOT a factor that contributes to successful reviews?
Signup and view all the answers
Which of the following is a characteristic of experience-based test techniques?
Which of the following is a characteristic of experience-based test techniques?
Signup and view all the answers
You are testing a simplified apartment search form which has only two search criteria:
- floor (with three possible options: ground floor; first floor; second or higher floor)
- garden type (with three possible options: no garden; small garden; large garden)
Only apartments on the ground floor have gardens. The form has a built-in validation mechanism that will not allow you to use the search criteria which violate this rule.
Each test has two input values: floor and garden type. You want to apply equivalence partitioning (EP) to cover each floor and each garden type in your tests.
What is the minimal number of test cases to achieve 100% EP coverage?
You are testing a simplified apartment search form which has only two search criteria:
- floor (with three possible options: ground floor; first floor; second or higher floor)
- garden type (with three possible options: no garden; small garden; large garden)
Only apartments on the ground floor have gardens. The form has a built-in validation mechanism that will not allow you to use the search criteria which violate this rule.
Each test has two input values: floor and garden type. You want to apply equivalence partitioning (EP) to cover each floor and each garden type in your tests.
What is the minimal number of test cases to achieve 100% EP coverage?
Signup and view all the answers
You are testing a system that calculates the final course grade for a given student.
The final grade is assigned based on the final result, according to the following rules:
- 0-50 points: failed
- 51-60 points: fair
- 61-70 points: satisfactory
- 71-80 points: good
- 81-90 points: very good
- 91-100 points: excellent
You have prepared the following set of test cases:
Final Final
result grade
TC1 91 excellent
TC2 50 failed
TC3 81 very good
- TC4 60 fair
- TC5 70 satisfactory
- TC6 80 good
What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with the existing test cases?
You are testing a system that calculates the final course grade for a given student.
The final grade is assigned based on the final result, according to the following rules:
- 0-50 points: failed
- 51-60 points: fair
- 61-70 points: satisfactory
- 71-80 points: good
- 81-90 points: very good
- 91-100 points: excellent
You have prepared the following set of test cases:
Final Final result grade TC1 91 excellent TC2 50 failed TC3 81 very good
- TC4 60 fair
- TC5 70 satisfactory
- TC6 80 good
What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with the existing test cases?
Signup and view all the answers
Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it.
The implemented features are as follows:
- Anyone can rent a bicycle, but members receive a 20% discount
- However, if the return deadline is missed, the discount is no longer available
- After 15 rentals, members get a gift: a T-Shirt
Decision table describing the implemented features looks as follows:
Conditions R1 R2 R3 R4 R5 R6 R7 R8
Being a member T T T T F F F F
Missed deadline T F T F T F F T
15th rental F F T T F F T T
Actions
20% discount X X
Gift T-Shirt X X X
Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?
Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it.
The implemented features are as follows:
- Anyone can rent a bicycle, but members receive a 20% discount
- However, if the return deadline is missed, the discount is no longer available
- After 15 rentals, members get a gift: a T-Shirt
Decision table describing the implemented features looks as follows:
Conditions R1 R2 R3 R4 R5 R6 R7 R8 Being a member T T T T F F F F Missed deadline T F T F T F F T 15th rental F F T T F F T T
Actions 20% discount X X Gift T-Shirt X X X
Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?
Signup and view all the answers
You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.
[State Transition Diagram]
What is the MINIMAL number of test cases to achieve valid transitions coverage?
You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.
[State Transition Diagram]
What is the MINIMAL number of test cases to achieve valid transitions coverage?
Signup and view all the answers
Your test suite achieved 100% statement coverage. What is the consequence of this fact?
Your test suite achieved 100% statement coverage. What is the consequence of this fact?
Signup and view all the answers
Which of the following is NOT true for white-box testing?
Which of the following is NOT true for white-box testing?
Signup and view all the answers
Which of the following BEST describes the concept behind error guessing?
Which of the following BEST describes the concept behind error guessing?
Signup and view all the answers
In your project there has been a delay in the release of a brand-new application and test execution started late, but you have very detailed domain knowledge and good analytical skills. The full list of requirements has not yet been shared with the team, but management is asking for some test results to be presented. Which test technique fits BEST in this situation?
In your project there has been a delay in the release of a brand-new application and test execution started late, but you have very detailed domain knowledge and good analytical skills. The full list of requirements has not yet been shared with the team, but management is asking for some test results to be presented. Which test technique fits BEST in this situation?
Signup and view all the answers
Which of the following BEST describes the way acceptance criteria can be documented?
Which of the following BEST describes the way acceptance criteria can be documented?
Signup and view all the answers
Consider the following user story:
As an Editor
I want to review content before it is published
so that I can assure the grammar is correct
and its acceptance criteria:
- The user can log in to the content management system with "Editor" role
- The editor can view existing content pages
- The editor can edit the page content
- The editor can add markup comments
- The editor can save changes
- The editor can reassign to the "content owner" role to make updates
Which of the following is the BEST example of an ATDD test for this user story?
Consider the following user story:
As an Editor I want to review content before it is published so that I can assure the grammar is correct
and its acceptance criteria:
- The user can log in to the content management system with "Editor" role
- The editor can view existing content pages
- The editor can edit the page content
- The editor can add markup comments
- The editor can save changes
- The editor can reassign to the "content owner" role to make updates
Which of the following is the BEST example of an ATDD test for this user story?
Signup and view all the answers
How do testers add value to iteration and release planning?
How do testers add value to iteration and release planning?
Signup and view all the answers
Which TWO of the following options are the exit criteria for testing a system?
Which TWO of the following options are the exit criteria for testing a system?
Signup and view all the answers
Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:
- Most optimistic estimation: 2 person-hours
- Most likely estimation: 11 person-hours
- Most pessimistic estimation: 14 person-hours
What is the final estimate?
Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:
- Most optimistic estimation: 2 person-hours
- Most likely estimation: 11 person-hours
- Most pessimistic estimation: 14 person-hours
What is the final estimate?
Signup and view all the answers
You are testing a mobile application that allows users to find a nearby restaurant based on the type of food they want to eat. Consider the following list of test cases, priorities (i.e., a smaller number means a higher priority), and dependencies:
Test case Test condition covered Priority Logical dependency
TC 001 Select type of food 3 none
TC 002 Select restaurant 2 TC 001
TC 003 Get direction 1 TC 002
TC 004 Call restaurant 2 TC 002
TC 005 Make reservation 3 TC 002
Which of the following test cases should be executed as the third one?
You are testing a mobile application that allows users to find a nearby restaurant based on the type of food they want to eat. Consider the following list of test cases, priorities (i.e., a smaller number means a higher priority), and dependencies:
Test case Test condition covered Priority Logical dependency TC 001 Select type of food 3 none TC 002 Select restaurant 2 TC 001 TC 003 Get direction 1 TC 002 TC 004 Call restaurant 2 TC 002 TC 005 Make reservation 3 TC 002
Which of the following test cases should be executed as the third one?
Signup and view all the answers
Consider the following test categories (1-4) and agile testing quadrants (A-D):
-
Usability testing
-
Component testing
-
Functional testing
-
Reliability testing
-
Agile testing quadrant Q1: technology facing, supporting the development team
-
Agile testing quadrant Q2: business facing, supporting the development team
-
Agile testing quadrant Q3: business facing, critique the product
-
Agile testing quadrant Q4: technology facing, critique the product
How do the following test categories map onto the agile testing quadrants?
Consider the following test categories (1-4) and agile testing quadrants (A-D):
-
Usability testing
-
Component testing
-
Functional testing
-
Reliability testing
-
Agile testing quadrant Q1: technology facing, supporting the development team
-
Agile testing quadrant Q2: business facing, supporting the development team
-
Agile testing quadrant Q3: business facing, critique the product
-
Agile testing quadrant Q4: technology facing, critique the product
How do the following test categories map onto the agile testing quadrants?
Signup and view all the answers
During a risk analysis the following risk was identified and assessed:
-
Risk: Response time is too long to generate a report
-
Risk likelihood: medium; risk impact: high
-
Response to risk:
- An independent test team performs performance testing during system testing
- A selected sample of end users performs alpha and beta acceptance testing before the release
What measure is proposed to be taken in response to this analyzed risk?
During a risk analysis the following risk was identified and assessed:
-
Risk: Response time is too long to generate a report
-
Risk likelihood: medium; risk impact: high
-
Response to risk:
- An independent test team performs performance testing during system testing
- A selected sample of end users performs alpha and beta acceptance testing before the release
What measure is proposed to be taken in response to this analyzed risk?
Signup and view all the answers
Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?
Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?
Signup and view all the answers
You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?
You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?
Signup and view all the answers
You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible.
Application hangs up
2022-May-03 – John Doe – Rejected
The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement.
What critical information is MISSING from this test report that would have been useful for the developers?
You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible.
Application hangs up 2022-May-03 – John Doe – Rejected The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement.
What critical information is MISSING from this test report that would have been useful for the developers?
Signup and view all the answers
Which test activity does a data preparation tool support?
Which test activity does a data preparation tool support?
Signup and view all the answers
Which item correctly identifies a potential risk of performing test automation?
Which item correctly identifies a potential risk of performing test automation?
Signup and view all the answers
You were given a task to analyze and fix causes of failures in a new system to be released. Which activity are you performing?
You were given a task to analyze and fix causes of failures in a new system to be released. Which activity are you performing?
Signup and view all the answers
In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?
In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?
Signup and view all the answers
A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.
Which of the following correctly describes an incorrectly coded upper bound?
A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.
Which of the following correctly describes an incorrectly coded upper bound?
Signup and view all the answers
Study Notes
ISTQB® Certified Tester Syllabus Foundation Level Exam
- Exam Version: 1.6
- Syllabus Version Compatibility: 4.0
- Exam Set: A
- Release Date: May 27, 2024
- Copyright: Owned by the International Software Testing Qualifications Board (ISTQB®)
- Copyright Conditions: Extracts for non-commercial use may be copied with proper acknowledgment. Accredited training providers may use the sample exam in their courses, but acknowledgment of the ISTQB® is required. Individuals or groups can use it for articles or books, with similar acknowledgment. Other usages require prior written permission from ISTQB®. Translations require acknowledgment of the copyright notice
- Document Responsibility: Assigned to the ISTQB® Examination Working Group. Maintained by a core team from ISTQB®, consisting of the Syllabus Working Group and Exam Working Group.
- Acknowledgements: Provided by Laura Albert, Wim de Coutere, Arnika Hryszko, etc, alongside reviewers.
- Revision History: Details modifications and corrections to the exam, including questions such as #5, #6, #16, #A7, #A21, #36, and other edits.
Sample Exam Questions:
-
Test objectives: Descriptions that accurately depict validation goals for software.
-
Test activities contributing to success: Involve testers in development, allowing better defect reporting during component and system tests.
-
Testing principle related to skepticism: The absence-of-errors fallacy (or possibility of absence of relevant errors, despite defects seen), suggests it's almost impossible to guarantee zero errors.
-
Test analysis: Activities determining if test plans are feasible and test data is adequately prepared.
-
Factors influencing test approach: Software development lifecycle (SDLC), identified risk, regulatory changes, and the setup of test environments.
-
Testing roles: Configuring test environments, designing test plans, and creating acceptance criteria, among others.
-
Tester skills: Domain knowledge, teamwork, planning and organization, and critical thinking.
-
Whole-team approach: Testers collaborate with business representatives to define a test strategy and produce suitable acceptance tests, rather than performing testing activities in isolation.
-
SDLC models: Sequential-based, incremental-based, and iterative-based models. All are relevant
-
Acceptance test-driven development (ATDD): Tests are written based on the expected system behavior to facilitate understanding for the development team.
-
Shift-left approach: Emphasizes earlier testing involvement.
-
Test coverage: A quantitative measurement that indicates the extent to which tests cover different parts of a system.
-
Quality of defects found: Focus on providing detail in the report to help developers, using clear descriptions of expected and actual results, testing environment use cases, test items, and related issues (priority, severity etc.).
-
Copyright statement: The authors and ISTQB® have agreed to the following conditions of use to grant permission to use the information to be provided by the OCR'd text.
-
Sample Exam Questions: Series of specific questions designed to evaluate understanding of different aspects of software testing.
-
Additional Questions: Questions with explanations, intended for additional practice and knowledge enhancement.
-
Table of Contents: Details the questions organized by their location in the document.
-
Introduction: Provides an overview of the purpose, instructions, and general considerations regarding the usage and purpose of the document.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Prepare for the ISTQB® Certified Tester Foundation Level Exam with this comprehensive syllabus version 4.0. This quiz is designed to test your knowledge of software testing principles and practices as outlined by the ISTQB®. Make sure to understand the exam structure and content to perform your best.