Join the discussion
Question 1/84
Which of the following can be considered a VALID exit criterion?
I Estimates of defect density or reliability measures.
II. The completion and publication of an exhaustive Test Report.
III. Accuracy measures, such as code, functionality or risk coverage.
IV Residual risks such as lack of code coverage in certain areas.
I Estimates of defect density or reliability measures.
II. The completion and publication of an exhaustive Test Report.
III. Accuracy measures, such as code, functionality or risk coverage.
IV Residual risks such as lack of code coverage in certain areas.
Correct Answer: A
An exit criterion is a condition that defines when a test activity has been completed or when a test phase can be concluded. An exit criterion can be based on various factors, such as:
* I) Estimates of defect density or reliability measures. These are quantitative measures that indicate how many defects are present in the software product or how likely it is to fail under certain conditions.
These can be used as exit criteria to ensure that the software product meets a certain level of quality or performance before moving to the next phase or releasing it to the customer.
* III) Accuracy measures, such as code coverage, functionality coverage or risk coverage. These are quantitative measures that indicate how much of the software product has been tested in terms of its code, functionality or risk. These can be used as exit criteria to ensure that the test suite is adequate or complete before moving to the next phase or releasing it to the customer.
* IV) Residual risks, such as lack of code coverage in certain areas, unresolved defects or unknown factors. These are qualitative measures that indicate the remaining risks or uncertainties associated with the software product after testing. These can be used as exit criteria to ensure that the residual risks are acceptable or manageable before moving to the next phase or releasing it to the customer. The following factor is not a valid exit criterion:
* II) The completion and publication of an exhaustive Test Report. This is not a valid exit criterion, as it does not reflect the quality or completeness of the testing process or product. A test report is a document that summarizes the results and outcomes of a test activity or phase. A test report can be used as aninput for deciding whether to exit a test activity or phase, but it is not a condition that defines when to exit.
Verified References: A Study Guide to the ISTQB Foundation Level 2018 Syllabus - Springer, Chapter 2, page 13; Chapter 6, page 58-59.
* I) Estimates of defect density or reliability measures. These are quantitative measures that indicate how many defects are present in the software product or how likely it is to fail under certain conditions.
These can be used as exit criteria to ensure that the software product meets a certain level of quality or performance before moving to the next phase or releasing it to the customer.
* III) Accuracy measures, such as code coverage, functionality coverage or risk coverage. These are quantitative measures that indicate how much of the software product has been tested in terms of its code, functionality or risk. These can be used as exit criteria to ensure that the test suite is adequate or complete before moving to the next phase or releasing it to the customer.
* IV) Residual risks, such as lack of code coverage in certain areas, unresolved defects or unknown factors. These are qualitative measures that indicate the remaining risks or uncertainties associated with the software product after testing. These can be used as exit criteria to ensure that the residual risks are acceptable or manageable before moving to the next phase or releasing it to the customer. The following factor is not a valid exit criterion:
* II) The completion and publication of an exhaustive Test Report. This is not a valid exit criterion, as it does not reflect the quality or completeness of the testing process or product. A test report is a document that summarizes the results and outcomes of a test activity or phase. A test report can be used as aninput for deciding whether to exit a test activity or phase, but it is not a condition that defines when to exit.
Verified References: A Study Guide to the ISTQB Foundation Level 2018 Syllabus - Springer, Chapter 2, page 13; Chapter 6, page 58-59.
Add Comments
- Other Question (84q)
- Q1. Which of the following can be considered a VALID exit criterion? I Estimates of defect den...
- Q2. A system has valid input numbers ranging between 1000 and 99999 (both inclusive). Which of...
- Q3. Which of the following statements is CORRECT?
- Q4. Which are the MAIN goals of risk management in a software project?...
- Q5. Which of the following statements contradicts the general principles of testing?...
- Q6. Consider the following statements about risk-based testing. I) Risk-based testing has the ...
- Q7. Which of the following is a correct reason to apply test automation?...
- Q8. Which of the following statements describes regression testing? I, Retesting of a fixed de...
- Q9. Which of the following is an example of black-box dynamic testing?...
- Q10. A software calculates the annual car tax using three inputs: - E; the emission level of th...
- Q11. In which of the following cases you would NOT execute maintenance testing?...
- Q12. During component testing of a program if 100% decision coverage is achieved, which of the ...
- Q13. A system computes prices for bus tickets. The price depends on - the passenger type (baby,...
- Q14. Which type of software development product can undergo static testing?...
- Q15. A software company decides to invest in reviews of various types. The thought process they...
- Q16. Which of the following tools is most likely to detect defects in functions or methods in s...
- Q17. Which of the following is a function of a dynamic analysis tool?...
- Q18. Which of the following statements is CORRECT?
- Q19. Which of the following statements about reviews are TRUE? I. In walkthroughs the review me...
- Q20. Which of the following isNOTan objective of testing?...
- Q21. 4 equivalence classes are given for integer values: 0 < x <100 100<= x <= 200 ...
- Q22. You are testing a room upgrade system for a hotel. The system accepts three differed types...
- Q23. For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are...
- Q24. Which of the following would be LEAST appropriate as part of an incident report covering t...
- Q25. The four test levels used in ISTQB syllabus are: 1. Component (unit) testing 2. Integratio...
- Q26. Why is it important to select a test technique?...
- Q27. For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are...
- Q28. Which of the following is NOT a common objective of testing?...
- Q29. For a mandatory input field "ZIP code" the following rules are given: 1 - The valid ZIP co...
- Q30. Which of the following sentences describe a product risk?...
- Q31. What is 'Component Testing'?
- Q32. In which of the following cases you wouldNOTexecute maintenance testing?...
- Q33. Which of the following activities is NOT a pan of the fundamental testing process?...
- Q34. A test engineer finds a defect while testing. After the developer has fixed the defect, th...
- Q35. Manager responsibilities in formal review includes ad except one of the following:...
- Q36. The following requirement is given "Set X to be the sum of Y and Z". All the following fou...
- Q37. Which or the following would be a key difference between a peer review of code and static ...
- Q38. Consider the following code int premium=2500; if (age<30) { premium = premium +1500: } ...
- Q39. Which of the following statements contradicts the general principles of testing?...
- Q40. The testers in company A were part of the development team. Due to an organizational chang...
- Q41. The testers in company A were part of the development team. Due to an organizational chang...
- Q42. Given the following requirement: Requirement ID: 2 8 Requirement Description Additional En...
- Q43. A software calculates the annual car tax using three inputs: - E; the emission level of th...
- Q44. Which ONE of the following statements about acceptance testing isNOTcorrect?...
- Q45. Which of the following statements about Experience Based Techniques (EBT) is correct?...
- Q46. Which of the following statements contradicts the general principles of testing?...
- Q47. Which of the following applications will be the MOST suitable for testing by Use Cases...
- Q48. Which of the following statements about decision tables are TRUE? I) Generally, decision t...
- Q49. Out of the following. what is not needed to specify in defect report?...
- Q50. Which of the following are valid testing principles? I) Exhaustive testing is in general i...
- Q51. A bank software has a feature of locking down accounts that have and overdraft higher than...
- Q52. Which of the following statements about static analysis are FALSE? I, Static analysis can ...
- Q53. A calculator software is used to calculate the result for 5+6. The user noticed that the r...
- Q54. The following incident report that was generated during test of a web application. What wo...
- Q55. A system has a self-diagnostics module that starts executing after the system is reset. Th...
- Q56. The following sentences refer to the 'Standard for Software Test Documentation' specificat...
- Q57. A team's test strategy was to invest equal effort in testing each of a system's modules. A...
- Q58. Which of the following are valid testing principles? I) Exhaustive testing is in general i...
- Q59. Mark the correct sentences: * Defects are a result of environmental conditions and are als...
- Q60. A software system checks age in order to determine which welcome screen to display. Age gr...
- Q61. Which statement about use case testing is true?...
- Q62. You are testing a room upgrade system for a hotel. The system accepts three differed types...
- Q63. Which of the following are the phases of the ISTQB fundamental test process?...
- Q64. Which of the following does MOT describe a reason why testing is necessary?...
- Q65. Which of the following does MOT describe a reason why testing is necessary?...
- Q66. What is 'Component Testing'?
- Q67. Which of the following statements about Experience Based Techniques (EBT) is correct?...
- Q68. A Test Manager conducts risk assessment for a project. One of the identified risks is: The...
- Q69. Why it is essential that defects found in a review be reported objectively?...
- Q70. Which of the following statements about testware are correct? I When closing the test acti...
- Q71. Which of the following would be the LEAST likely to be used as the basis for a test exit c...
- Q72. Which or the following is a valid collection of equivalence classes for the following prob...
- Q73. A system computes prices for bus tickets. The price depends on - the passenger type (baby,...
- Q74. Which of the following statements about reviews are TRUE? I In walkthroughs the review mee...
- Q75. Which of the following are the phases of the ISTQB fundamental test process?...
- Q76. Given the following requirement: Requirement ID: 2 8 Requirement Description Additional En...
- Q77. Which of the following statements is an example of testing contributing to higher quality?...
- Q78. Which of the following would be the LEAST likely to be used as the basis for a test exit c...
- Q79. Which of the following statements about testware are correct? I When closing the test acti...
- Q80. Your manager asked you when testing will be complete. In order to answer this question, yo...
- Q81. Which of the following isNOTa common objective of testing?...
- Q82. Consider the following testing levels: 1) Component Testing 2) Integration Testing 3) Syst...
- Q83. Which of the following statements describes regression testing? I. Retesting of a fixed de...
- Q84. The following open incident report provided: Date: 01.01.01 Description: When pressing the...
