ISTQB Fundation Chapter 3

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Veytia139
V
Veytia139
Community Contributor
Quizzes Created: 1 | Total Attempts: 2,296
Questions: 21 | Attempts: 2,296

SettingsSettingsSettings
ISTQB Fundation Chapter 3 - Quiz

The ISTQB Certified Tester scheme has become the worldwide leader in the certification of competences in software testing. Are you on the journey to become a certified software engineer looking for revision material? The test below is designed to help you do just that. Give it a try and all the best in your studies.


Questions and Answers
  • 1. 

    Which of the following statements is NOT true: 

    • A.

      A) inspection is the most formal review process

    • B.

      B) inspections should be led by a trained leader

    • C.

      C) managers can perform inspections on management documents

    • D.

      D) inspection is appropriate even when there are no written documents

    • E.

      E) inspection compares documents with predecessor (source) documents

    Correct Answer
    D. D) inspection is appropriate even when there are no written documents
    Explanation
    The statement "inspection is appropriate even when there are no written documents" is not true because inspections typically involve reviewing written documents or artifacts to identify defects or areas for improvement. Without any written documents, there would be nothing to inspect. Inspections require tangible evidence to assess and evaluate.

    Rate this question:

  • 2. 

    The difference between re-testing and regression testing is 

    • A.

      A) re-testing is running a test again; regression testing looks for unexpected side effects

    • B.

      B) re-testing looks for unexpected side effects; regression testing is repeating those tests

    • C.

      C) re-testing is done after faults are fixed; regression testing is done earlier

    • D.

      D) re-testing uses different environments, regression testing uses the same environment

    • E.

      E) re-testing is done by developers, regression testing is done by independent testers

    Correct Answer
    A. A) re-testing is running a test again; regression testing looks for unexpected side effects
    Explanation
    Re-testing refers to running a test again to ensure that the previously identified faults or issues have been resolved. On the other hand, regression testing aims to identify any unexpected side effects or new issues that may have been introduced as a result of fixing the faults. Therefore, the correct answer is a) re-testing is running a test again; regression testing looks for unexpected side effects.

    Rate this question:

  • 3. 

    Which expression best matches the following characteristics or review processes:
    1. led by autor
    2. undocumented 
    3. no management participation
    4. led by a trained moderator or leader
    5. uses entry exit criteria
    s) inspectiont) peer reviewu) informal reviewv) walkthrough

    • A.

      A) s = 4, t = 3, u = 2 and 5, v = 1

    • B.

      B) s = 4 and 5, t = 3, u = 2, v = 1

    • C.

      C) s = 1 and 5, t = 3, u = 2, v = 4

    • D.

      D) s = 5, t = 4, u = 3, v = 1 and 2

    • E.

      E) s = 4 and 5, t = 1, u = 2, v = 3

    Correct Answer
    B. B) s = 4 and 5, t = 3, u = 2, v = 1
    Explanation
    The expression that best matches the given characteristics is b) s = 4 and 5, t = 3, u = 2, v = 1. This is because the characteristics mentioned in the question, such as being led by a trained moderator or leader and using entry and exit criteria, align with the features of peer review. Peer review is a review process where a trained moderator or leader leads the review, there is no management participation, and entry and exit criteria are used. Therefore, the correct answer is b) s = 4 and 5, t = 3, u = 2, v = 1.

    Rate this question:

  • 4. 

    Could reviews or inspections be considered part of testing:

    • A.

      A) No, because they apply to development documentation

    • B.

      B) No, because they are normally applied before testing

    • C.

      C) No, because they do not apply to the test documentation

    • D.

      D) Yes, because both help detect faults and improve quality

    • E.

      E) Yes, because testing includes all non-constructive activities

    Correct Answer
    D. D) Yes, because both help detect faults and improve quality
    Explanation
    Reviews and inspections can be considered part of testing because they help detect faults and improve the quality of the software being developed. Reviews and inspections involve examining the software or its documentation to identify any issues or areas for improvement. By identifying faults early on, they contribute to improving the overall quality of the software. Therefore, option d) is the correct answer.

    Rate this question:

  • 5. 

    What is the main difference between a walkthrough and an inspection? 

    • A.

      A) An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.

    • B.

      B) An inspection has a trained leader, whilst a walkthrough has no leader.

    • C.

      C) Authors are not present during inspections, whilst they are during walkthroughs.

    • D.

      D) A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.

    Correct Answer
    D. D) A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.
    Explanation
    A walkthrough is led by the author, meaning that the person who created the product or document being reviewed guides the process. On the other hand, an inspection is led by a trained moderator who is responsible for facilitating the review and ensuring that it is conducted effectively. This difference in leadership roles distinguishes the two approaches.

    Rate this question:

  • 6. 

    Which of the following statements about reviews is true?

    • A.

      A) Reviews cannot be performed on user requirements specifications.

    • B.

      B) Reviews are the least effective way of testing code.

    • C.

      C) Reviews are unlikely to find faults in test plans.

    • D.

      D) Reviews should be performed on specifications, code, and test plans.

    Correct Answer
    D. D) Reviews should be performed on specifications, code, and test plans.
    Explanation
    Reviews should be performed on specifications, code, and test plans. This means that reviews are not limited to a specific type of document or code. They can be conducted on user requirements specifications, code, and test plans to identify any potential faults or errors. Reviews are an effective way of identifying issues and improving the quality of the documents and code being reviewed.

    Rate this question:

  • 7. 

    Regression testing should be performed: V) every weekW) after the software has changedX) as often as possibleY) when the environment has changedZ) when the project manager says

    • A.

      A) v & w are true, x, y & z are false

    • B.

      B) w, x & y are true, v & z are false

    • C.

      C) w & y are true, v, x & z are false

    • D.

      D) w is true, v, x, y & z are false

    Correct Answer
    C. C) w & y are true, v, x & z are false
    Explanation
    Regression testing should be performed after the software has changed (w) because regression testing is done to ensure that the changes made to the software do not introduce new bugs or issues. It should also be performed when the environment has changed (y) because changes in the environment can impact the functionality of the software. However, it should not be performed every week (v), as this may not be necessary or practical. Similarly, it should not be performed as often as possible (x) or when the project manager says (z), as these factors may not necessarily indicate the need for regression testing.

    Rate this question:

  • 8. 

    What type of review requires formal entry and exit criteria, including metrics: 

    • A.

      A) walkthrough

    • B.

      B) inspection

    • C.

      C) management review

    • D.

      D) post project review

    Correct Answer
    B. B) inspection
    Explanation
    Inspection is the correct answer because it is a type of review that follows formal entry and exit criteria, including metrics. During an inspection, a team of reviewers examines the work product to identify defects, issues, and areas for improvement. This review process is systematic and structured, with specific criteria and metrics used to evaluate the quality of the product being inspected. Inspection is often used in software development to ensure that the code meets the required standards and specifications.

    Rate this question:

  • 9. 

    What is NOT included in typical costs for an inspection process? 

    • A.

      A) setting up forms and databases

    • B.

      B) analysing metrics and improving processes

    • C.

      C) writing the documents to be inspected

    • D.

      D) time spent on the document outside the meeting

    Correct Answer
    C. C) writing the documents to be inspected
    Explanation
    The typical costs for an inspection process include setting up forms and databases, analyzing metrics and improving processes, and the time spent on the document outside the meeting. However, writing the documents to be inspected is not included in these costs. This means that the process of actually creating the documents for inspection is separate from the costs associated with the inspection process itself.

    Rate this question:

  • 10. 

    Which of the following is NOT a reasonable test objective: 

    • A.

      A) to find faults in the software

    • B.

      B) to prove that the software has no faults

    • C.

      C) to give confidence in the software

    • D.

      D) to find performance problems

    Correct Answer
    B. B) to prove that the software has no faults
    Explanation
    The objective of testing is to find faults or defects in the software and ensure that it meets the desired quality standards. It is not possible to prove that software has no faults, as testing can only provide information about the presence of faults, not their absence. Therefore, option b) is not a reasonable test objective.

    Rate this question:

  • 11. 

    As a tester, what is your main objective in reviewing a requirement document?

    • A.

      A) To ascertain that each requirement is traceable to a business need

    • B.

      B) To ascertain that each requirement is both testable and uniquely identifiable

    • C.

      C) To ascertain that each requirement is traceable to a business need, testable, and uniquely identifiable

    • D.

      D) To ascertain that each requirement is uniquely identifiable

    Correct Answer
    C. C) To ascertain that each requirement is traceable to a business need, testable, and uniquely identifiable
    Explanation
    The main objective of reviewing a requirement document as a tester is to ensure that each requirement is traceable to a business need, testable, and uniquely identifiable. This means that the tester needs to ensure that every requirement in the document is aligned with the goals and objectives of the business, can be effectively tested to ensure its functionality, and can be distinguished from other requirements to avoid confusion. By reviewing the requirement document with these objectives in mind, the tester can ensure that the software or system being developed will meet the necessary criteria and perform as intended.

    Rate this question:

  • 12. 

    Which of the following is a purpose of the review planning phase?

    • A.

      A Log defects.

    • B.

      B. Explain the documents to the participants.

    • C.

      C. Gather metrics.

    • D.

      D. Allocate the individual roles.

    Correct Answer
    D. D. Allocate the individual roles.
    Explanation
    The purpose of the review planning phase is to allocate the individual roles. This means that during this phase, the participants in the review process are assigned specific roles and responsibilities. This helps in ensuring that each person knows their tasks and can contribute effectively to the review process. By allocating individual roles, the review can be conducted efficiently and smoothly, with everyone aware of their responsibilities and the overall objective of the review.

    Rate this question:

  • 13. 

    Typical defects that are easier to find in reviews than in dynamic testing are:

    • A.

      A. Deviations from standards,

    • B.

      B. Requirement defects,

    • C.

      C. Design defects,

    • D.

      D. Insufficient maintainability and incorrect interface specifications.

    • E.

      E. All of the above.

    Correct Answer
    E. E. All of the above.
    Explanation
    The correct answer is E. All of the above. This means that all of the listed defects (deviations from standards, requirement defects, design defects, insufficient maintainability, and incorrect interface specifications) are easier to find in reviews than in dynamic testing. Reviews allow for a more thorough examination of the documentation and design, making it easier to identify these types of defects. Dynamic testing, on the other hand, focuses on executing the software and may not uncover these defects as effectively.

    Rate this question:

  • 14. 

    Reviews, static analysis and dynamic testing have the same objective

    • A.

      A. Identifying defects.

    • B.

      B. Fixing defects.

    • C.

      C. A. and B

    • D.

      D. None of the above

    Correct Answer
    A. A. Identifying defects.
    Explanation
    Reviews, static analysis, and dynamic testing all aim to identify defects in a software system. Reviews involve examining the code or design documentation to detect potential issues. Static analysis involves using tools or techniques to analyze the code without executing it, looking for defects such as coding errors or security vulnerabilities. Dynamic testing involves executing the code and observing its behavior to identify defects. Therefore, the correct answer is A. Identifying defects.

    Rate this question:

  • 15. 

    Bug life cycle

    • A.

      A. Open, Assigned, Fixed, Closed

    • B.

      B. Open, Fixed, Assigned, Closed

    • C.

      C. Assigned, Open, Closed, Fixed

    • D.

      D. Assigned, Open, Fixed, Closed

    Correct Answer
    A. A. Open, Assigned, Fixed, Closed
    Explanation
    The correct answer is A. Open, Assigned, Fixed, Closed. This is the correct sequence of stages in the bug life cycle. The bug starts in the "Open" state when it is first reported. It is then "Assigned" to a developer or team for investigation and resolution. Once the bug is fixed, it moves to the "Fixed" state. Finally, after verification and testing, the bug is marked as "Closed" to indicate that it has been successfully resolved.

    Rate this question:

  • 16. 

    Who is responsible for document all the issues, problems and open point thatwere identified during the review meeting

    • A.

      A. Moderator

    • B.

      B. Scribe

    • C.

      C. Reviewers

    • D.

      D. Author

    Correct Answer
    B. B. Scribe
    Explanation
    The scribe is responsible for documenting all the issues, problems, and open points that were identified during the review meeting. The scribe's role is to take detailed notes and record all the discussions and decisions made during the meeting. This documentation is essential for keeping a record of the issues raised and ensuring that they are addressed and resolved in a timely manner. The scribe plays a crucial role in maintaining transparency and accountability by accurately recording the outcomes of the review meeting.

    Rate this question:

  • 17. 

    A project that is in the implementation phase is six weeks behind schedule.The delivery date for the product is four months away. The project is not allowed to slipthe delivery date or compromise on the quality standards established for his product. Whichof the following actions would bring this project back on Schedule?

    • A.

      A. Eliminate some of the requirements that have not yet been implemented.

    • B.

      B. Add more engineers to the project to make up for lost work.

    • C.

      C. Ask the current developers to work overtime until the lost work is recovered.

    • D.

      D. Hire more software quality assurance personnel.

    Correct Answer
    A. A. Eliminate some of the requirements that have not yet been implemented.
    Explanation
    Eliminating some of the requirements that have not yet been implemented would bring the project back on schedule. By removing certain requirements, the project team can focus on completing the essential tasks within the given timeframe. This would allow them to catch up on the lost time and ensure that the product is delivered on the specified delivery date without compromising the quality standards. Adding more engineers or asking the current developers to work overtime may not be feasible or efficient solutions, and hiring more software quality assurance personnel would not directly address the issue of being behind schedule.

    Rate this question:

  • 18. 

    What is the main purpose of Informal review

    • A.

      A. Inexpensive way to get some benefit

    • B.

      B. Find defects

    • C.

      C. Learning, gaining understanding, effect finding

    • D.

      D. Discuss, make decisions, solve technical problems

    Correct Answer
    A. A. Inexpensive way to get some benefit
    Explanation
    The main purpose of an informal review is to provide an inexpensive way to get some benefit. This suggests that the primary goal of an informal review is to gain some form of advantage or value, without incurring significant costs or resources. This could include obtaining feedback, insights, or improvements in a cost-effective manner. The other options, such as finding defects, learning, or making decisions, may also be potential outcomes of an informal review, but they are not the main purpose as indicated by option A.

    Rate this question:

  • 19. 

    Which of the following is true about Formal Review or Inspection:-i. Led by Trained Moderator (not the author).ii. No Pre Meeting Preparationsiii. Formal Follow up process.iv. Main Objective is to find defects

    • A.

      A. ii is true and i,iii,iv are false

    • B.

      B. i,iii,iv are true and ii is false

    • C.

      C. i,iii,iv are false and ii is true

    • D.

      D. iii is true and I,ii,iv are false

    Correct Answer
    B. B. i,iii,iv are true and ii is false
    Explanation
    Formal Review or Inspection is led by a trained moderator, not the author, which makes statement i true. There is a formal follow-up process after the review, making statement iii true. The main objective of a formal review or inspection is to find defects, making statement iv true. However, statement ii is false because there are pre-meeting preparations involved in a formal review or inspection. Therefore, the correct answer is B. i, iii, iv are true and ii is false.

    Rate this question:

  • 20. 

    The Phases of formal review process is mentioned below arrange them in the correct order.i. Planningii. Review Meetingiii. Reworkiv. Individual Preparationsv. Kick Offvi. Follow Up

    • A.

      A. i,ii,iii,iv,v,vi

    • B.

      B. vi,i,ii,iii,iv,v

    • C.

      C. i,v,iv,ii,iii,vi

    • D.

      D. i,ii,iii,v,iv,vi

    Correct Answer
    C. C. i,v,iv,ii,iii,vi
    Explanation
    The correct order of the phases of the formal review process is as follows:
    1. Planning - This involves determining the objectives, scope, and participants of the review.
    2. Kick Off - This is the initial meeting where the review is officially started and the objectives and expectations are communicated.
    3. Individual Preparations - Participants review the material individually and prepare their comments and feedback.
    4. Review Meeting - Participants come together to discuss the material, share their comments, and identify any issues or areas for improvement.
    5. Rework - Based on the feedback received during the review meeting, necessary changes and improvements are made to the material.
    6. Follow Up - After the review and rework, a follow-up meeting may be held to ensure that all the necessary changes have been implemented and any remaining issues are addressed.

    Rate this question:

  • 21. 

    The Planning phase of a formal review includes the following :-

    • A.

      A. Explaining the objectives

    • B.

      B. Selecting the personnel, allocating roles.

    • C.

      C. Follow up

    • D.

      D. Individual Meeting preparations

    Correct Answer
    B. B. Selecting the personnel, allocating roles.
    Explanation
    In the Planning phase of a formal review, selecting the personnel and allocating roles is an important step. This involves identifying the individuals who will be involved in the review process and assigning specific responsibilities to each person. By carefully selecting the right personnel and allocating appropriate roles, the review can be conducted efficiently and effectively. This ensures that all necessary perspectives and expertise are included in the review, leading to a comprehensive evaluation of the subject matter.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 31, 2015
    Quiz Created by
    Veytia139
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.