Join the discussion
Question 205/206
Given the following requirement:
Requirement ID: 2 8
Requirement Description Additional Entrance Fee
Detailed Description
An additional fee of S3 is charged during the weekend, but
1) Visitors aged under 7 are not charged.
2) Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee.
3) Visitors aged greater than 65 get a 50% discount off the additional fee.
Age should be an integer of 0 or above.
Weekend means Friday to Sunday inclusive.
Which of the following statements isNOTcorrect?
Requirement ID: 2 8
Requirement Description Additional Entrance Fee
Detailed Description
An additional fee of S3 is charged during the weekend, but
1) Visitors aged under 7 are not charged.
2) Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee.
3) Visitors aged greater than 65 get a 50% discount off the additional fee.
Age should be an integer of 0 or above.
Weekend means Friday to Sunday inclusive.
Which of the following statements isNOTcorrect?
Correct Answer: A
Boundary value analysis is a technique that tests boundary values between partitions of equivalent data.
Boundary values are values at the edge of an equivalence partition or at the smallest incremental distance on either side of an edge. Boundary value analysis can be applied to both input and output values. Based on the given requirement, we can identify two input values: age and weekend. Age should be an integer of 0 or above, and weekend means Friday to Sunday inclusive. The following statement is not correct:
* A) Thursday is a valid input boundary value. This statement is not correct, as Thursday is not a boundary value for the input weekend. The boundary values for the input weekend are Friday and Sunday, as they are at the edge of the equivalence partition that represents weekend days. The following statements are correct:
* B) A minimum of 6 valid test cases are derived from boundary value analysis based on input age. This statement is correct, as we can derive six valid test cases based on input age by using the minimum and maximum values for each equivalence partition defined by the requirement. The equivalence partitions for input age are: under 7 (0 to 6), 7 to 13 inclusive (7 to 13), and greater than 65 (66 and above). The minimum and maximum values for each partition are: 0 and 6, 7 and 13, and 66 and any value above it.
* C) $3.01 is a valid output boundary value. This statement is correct, as $3.01 is a boundary value for the output additional fee. The additional fee can have four possible values depending on the input age: $0 (for visitors aged under 7), $2.40 (for visitors aged 7 to 13 inclusive with a 20% discount), $1.50 (for visitors aged greater than 65 with a 50% discount), and $3 (for visitors aged between 14 and 65). The boundary values for the output additional fee are $0 and $3, as they are at the edge of an equivalence partition or at the smallest incremental distance on either side of an edge. Therefore, $3.01 is a valid output boundary value, as it is at the smallest incremental distance above $3.
* D) 7 and 13 are boundary values for the equivalence partition including age 10. This statement is correct, as 7 and 13 are boundary values for the equivalence partition that represents visitors aged 7 to
13 inclusive. This partition includes age 10, which is an internal value within the partition. Verified References: [A Study Guide to the ISTQB Foundation Level 2018 Syllabus - Springer], Chapter 4, page 37-38.
Boundary values are values at the edge of an equivalence partition or at the smallest incremental distance on either side of an edge. Boundary value analysis can be applied to both input and output values. Based on the given requirement, we can identify two input values: age and weekend. Age should be an integer of 0 or above, and weekend means Friday to Sunday inclusive. The following statement is not correct:
* A) Thursday is a valid input boundary value. This statement is not correct, as Thursday is not a boundary value for the input weekend. The boundary values for the input weekend are Friday and Sunday, as they are at the edge of the equivalence partition that represents weekend days. The following statements are correct:
* B) A minimum of 6 valid test cases are derived from boundary value analysis based on input age. This statement is correct, as we can derive six valid test cases based on input age by using the minimum and maximum values for each equivalence partition defined by the requirement. The equivalence partitions for input age are: under 7 (0 to 6), 7 to 13 inclusive (7 to 13), and greater than 65 (66 and above). The minimum and maximum values for each partition are: 0 and 6, 7 and 13, and 66 and any value above it.
* C) $3.01 is a valid output boundary value. This statement is correct, as $3.01 is a boundary value for the output additional fee. The additional fee can have four possible values depending on the input age: $0 (for visitors aged under 7), $2.40 (for visitors aged 7 to 13 inclusive with a 20% discount), $1.50 (for visitors aged greater than 65 with a 50% discount), and $3 (for visitors aged between 14 and 65). The boundary values for the output additional fee are $0 and $3, as they are at the edge of an equivalence partition or at the smallest incremental distance on either side of an edge. Therefore, $3.01 is a valid output boundary value, as it is at the smallest incremental distance above $3.
* D) 7 and 13 are boundary values for the equivalence partition including age 10. This statement is correct, as 7 and 13 are boundary values for the equivalence partition that represents visitors aged 7 to
13 inclusive. This partition includes age 10, which is an internal value within the partition. Verified References: [A Study Guide to the ISTQB Foundation Level 2018 Syllabus - Springer], Chapter 4, page 37-38.
Add Comments
- Other Question (206q)
- Q1. In order to exercise the right to vote, a person must meet the following requirements: be ...
- Q2. Why should you choose a test technique?
- Q3. Which of the following options should NOT be used for writing acceptance criteria?...
- Q4. Which ONE of the following elements is TYPICALLY used to guide testing during exploratory ...
- Q5. Which of the following is a test task that usually occurs during test implementation?...
- Q6. A software application incorrectly provided customers discounts of 50% off their total pur...
- Q7. Which of the following is NOT an objective of testing?...
- Q8. A program is used to control a manufacturing line (turn machines on and off. start and sto...
- Q9. Which of the following provides the BEST description of statement coverage?...
- Q10. In a two-hour uninterrupted test session, performed as part of an iteration on an Agile pr...
- Q11. Which ONE of the following options explains a benefit of independent testing the BEST?...
- Q12. Atypical generic skill required for the role of tester is the ability to...
- Q13. Which of the following statements regarding inspection is NOT true?...
- Q14. Which of the following is a CORRECT statement about how a tester should communicate about ...
- Q15. The acceptance criteria associated with a user story:...
- Q16. The following state transition diagram describes the functionality involved in a system us...
- Q17. Consider an estimation session in which a six-member Agile team (Memb1..... Memb6) uses th...
- Q18. Consider the following statements (I to V) about software testing: I . Can be applied to n...
- Q19. Which sequence of state transition stated in the answer choices is correct in accordance w...
- Q20. Which of the following statements best describes the objective of branch testing?...
- Q21. Which of the following statements is an example of testing contributing to higher quality?...
- Q22. A requirement specifies that if the total amount of sales (TAS) made during the year by a ...
- Q23. Given the following priorities and dependencies for these test cases: (Exhibit) Which of t...
- Q24. Which of the following BEST matches the attributes with a level of testing? I. Stubs and d...
- Q25. Which ONE of the following statements about acceptance testing is NOT correct?...
- Q26. Consider the following user story about the authentication functionality of an e-commerce ...
- Q27. Which sequence of state transition stated in the answer choices is correct in accordance w...
- Q28. Which of the following statements about static testing and dynamic testing is TRUE?...
- Q29. As the last stage of a test cycle of an embedded device, you are performing exploratory te...
- Q30. For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are...
- Q31. Which of the following is the BEST reason for selecting a particular type of software deve...
- Q32. Which of the following is a possible reason for introducing a defect in software code?...
- Q33. Consider the following statements about risk-based testing. I) Risk-based testing has the ...
- Q34. Which are the MAIN goals of risk management in a software project?...
- Q35. A test manager decided to skip static testing since he believes bugs can be found easily b...
- Q36. Which of the following statements about retrospectives is TRUE?...
- Q37. Who of the following has the best knowledge to decide what tests in a test project should ...
- Q38. A system has a self-diagnostics module that starts executing after the system is reset. Th...
- Q39. Which of the following statements are true? 1. Early and frequent feedback helps to avoid ...
- Q40. Which of the following can be considered a VALID exit criterion? I Estimates of defect den...
- Q41. Consider the following statements (I to V) about software testing: I. Can be applied to no...
- Q42. As the last stage of a test cycle of an embedded device, you are performing exploratory te...
- Q43. Which of the following is a typical potential risk of using test automation tools?...
- Q44. Consider the following table, which contains information about test cases from the test ma...
- Q45. The following chart represents metrics related to testing of a project that was competed. ...
- Q46. Which of the following statements about test estimation approaches is CORRECT?...
- Q47. Which of the following is the BEST reason for selecting a particular type of software deve...
- Q48. Which ONE of the following options MOST ACCURATELY describesbranch testing?...
- Q49. Consider an estimation session in which a six-member Agile team (Memb1..... Memb6) uses th...
- Q50. Which ONE of the following options BEST describes a key characteristic of non-functional t...
- Q51. Which of the following statements about exploratory testing is true?...
- Q52. A calculator software is used to calculate the result for 5+6. The user noticed that the r...
- Q53. Which ONE of the following elements is TYPICALLY used to guide testing duringexploratory t...
- Q54. Which of the following can be considered a VALID exit criterion? I Estimates of defect den...
- Q55. Which of the following statements about test estimation approaches is CORRECT?...
- Q56. Which ONE of the following elements is TYPICALLY used to guide testing during exploratory ...
- Q57. Given the following review process main activities and specific review activities: a.Plann...
- Q58. Consider a review for a high-level architectural document written by a software architect....
- Q59. Which of the following is correct with regards to debugging?...
- Q60. Which test approach will best fit a new project, with little documentation and high probab...
- Q61. Which ONE of the following options identifies the perspectives through which a collective ...
- Q62. Which of the following statements is true?
- Q63. Which ONE of the following options MOST ACCURATELY describes the activities of "testing" a...
- Q64. Mark the correct sentences: * Defects are a result of environmental conditions and are als...
- Q65. Which of the following is an example of black-box dynamic testing?...
- Q66. Which ONE of the following options BEST describes a key characteristic of non-functional t...
- Q67. Which of the following statements about independent testing is WRONG?...
- Q68. In which of the following cases you would NOT execute maintenance testing?...
- Q69. Given the following priorities and dependencies for these test cases: SEE ATTACHMENT Which...
- Q70. Which ONE of the following is a GOOD testing practice that is INDEPENDENT of the chosen SD...
- Q71. Which of the following is true about Oracles?
- Q72. Which of the following statements about the shift-left approach is true?...
- Q73. Calculate the measurement error SD for the following estimates done using three point esti...
- Q74. Which of the following statements about error guessing is true?...
- Q75. Which ONE of the following statements about state transition testing is correct?...
- Q76. A software system checks age in order to determine which welcome screen to display. Age gr...
- Q77. Which of the following statements regarding the test-first approach (principle of early te...
- Q78. Which of the following statements about TDD, BDD and ATDD is TRUE?...
- Q79. For each test case to be executed, the following table specifies its dependencies and the ...
- Q80. Which of the following provides the BEST description of statement coverage?...
- Q81. Which of the following is not an example of a typical generic skill required for testing?...
- Q82. Which of the following BEST describes checklist-based testing?...
- Q83. The four test levels used in ISTQB syllabus are: 1. Component (unit) testing 2. Integratio...
- Q84. Which of the following activities does NOT belong to a typical technical review?...
- Q85. Following a risk-based testing approach you have designed 10 tests to cover a product risk...
- Q86. Which sequence of state transition stated in the answer choices is correct in accordance w...
- Q87. Which of the following statements is CORRECT?
- Q88. Which TWO of the following are benefits of continuous integration? I. Allows earlier detec...
- Q89. A software calculates the annual car tax using three inputs: - E; the emission level of th...
- Q90. For each of the test cases to be executed, the following table specifies the priority orde...
- Q91. As a result of the joint evaluation of a product version with the customer, it has been co...
- Q92. A bank software has a feature of locking down accounts that have and overdraft higher than...
- Q93. Which of the following statements describes regression testing? I. Retesting of a fixed de...
- Q94. The following state diagram is given as basis for state transition testing and contains on...
- Q95. Which of the following statements best describes the way in which decision coverage is mea...
- Q96. Testing Quadrants, as a model, is effective in aligning stakeholders within Agile teams. W...
- Q97. Which ONE of the following statements BEST applies to checklist-based testing?...
- Q98. Which is an advantage of using testers that are independent from the development team?...
- Q99. Which of the following is NOT an objective of testing?...
- Q100. Consider the following statements (I to V) about software testing: I. Can be applied to no...
- Q101. Consider the following list of activities (I to V): I. Test design II. Test planning III. ...
- Q102. Which of the following does MOT describe a reason why testing is necessary?...
- Q103. Which statement best describes the key difference between a mindset for test activities an...
- Q104. Use Scenario 1 "Happy Tomatoes" (from the previous question). Using the Boundary Value Ana...
- Q105. You are responsible for applying the correct technique for a review of the requirements do...
- Q106. Which of the following is NOT a deciding factor m determining the extent of testing requir...
- Q107. A test score indicator for students produces a performance score based on a combination of...
- Q108. Which one of the following statements relating to the benefits of static testing is NOT co...
- Q109. Software was found lo take much more time than the stated requirement of less than one sec...
- Q110. Which of the following statements about exploratory testing is true?...
- Q111. Scenario 1 "Happy Tomatoes" (used for questions 20-22): An intelligent application for agr...
- Q112. Which of the following is a test task that usually occurs during test implementation?...
- Q113. An alphanumeric password must be between 4 and 7 characters long and must contain at least...
- Q114. Consider the followingiteration planning taskswhere a tester can provide value: * Break do...
- Q115. Which ONE of the following options corresponds to an activity in the testing process in wh...
- Q116. The following requirement is given "Set X to be the sum of Y and Z". All the following fou...
- Q117. Which of the following is not an example of a typical generic skill required for testing?...
- Q118. Consider the following user story and its acceptance criteria: User Story: As a member of ...
- Q119. Which of the following statements about decision tables are TRUE? I Generally, decision ta...
- Q120. A team's test strategy was to invest equal effort in testing each of a system's modules. A...
- Q121. Which of the following BEST describes a benefit of test automation?...
- Q122. Which of the following is a key characteristic of informal reviews?...
- Q123. A test engineer finds a defect while testing. After the developer has fixed the defect, th...
- Q124. Match the Work Product with the category it belongs to: Work Product: 1. Risk register 2 R...
- Q125. Which of the following is not an example of a typical content of a test completion report ...
- Q126. Which of the following statements about estimation of the test effort is WRONG?...
- Q127. The following open incident report provided: Date: 01.01.01 Description: When pressing the...
- Q128. Consider the following examples of risks identified in different software development proj...
- Q129. Which of the following statements about statement coverage is TRUE?...
- Q130. Which of the following statements is NOT an objective of testing?...
- Q131. Which of the following statements is incorrect regarding the involvement of testers in the...
- Q132. The following rules determine the annual bonus to be paid to a salesman of a company based...
- Q133. Given the following state model of sales order software: PLACED -> IN PRODUCTION IN PRO...
- Q134. The fact that defects are usually not evenly distributed among the various modules that ma...
- Q135. In Agile teams, testers closely collaborate with all other team members. This close collab...
- Q136. Consider the following testing levels: 1) Component Testing 2) Integration Testing 3) Syst...
- Q137. During component testing of a program if 100% decision coverage is achieved, which of the ...
- Q138. Given the following examples of entry and exit criteria: 1.A defined level of code coverag...
- Q139. A typical objective of testing is to ensure that:...
- Q140. Which of the following is a test-first approach, where tests that express a shared underst...
- Q141. A software application incorrectly provided customers discounts of 50% off their total pur...
- Q142. Which of the following examples represents System Integration testing?...
- Q143. Which of the following statements about reviews are TRUE? I. In walkthroughs the review me...
- Q144. Which ONE of the following options isNOTa benefit oftest automation?...
- Q145. Which of the following statements best describes an advantage of the whole team approach?...
- Q146. Which ONE of the following options BEST describes thethird test quadrant (Q3)?...
- Q147. Which of the following can be considered a VALID exit criterion? I Estimates of defect den...
- Q148. Which of the following statements refers to good testing practice to be applied regardless...
- Q149. You are a test manager responsible for implementing risk-based testing in your organizatio...
- Q150. Which of the following are valid testing principles? I) Exhaustive testing is in general i...
- Q151. Given the following requirement: Requirement ID: 2 8 Requirement Description Additional En...
- Q152. Which of the following statements about testware are correct? I When closing the test acti...
- Q153. Which of the following statements is true?
- Q154. Which of the following is not an example of a typical generic skill required for testing?...
- Q155. The acceptance criteria associated with a user story:...
- Q156. Pariksha labs is a mature software testing company. They are TMMi level 5 certified. Their...
- Q157. Which of the following is a good testing practice which is applicable INDEPENDENT of the s...
- Q158. Which of the following does MOT describe a reason why testing is necessary?...
- Q159. Consider the following table, which contains information about test cases from the test ma...
- Q160. Consider the followinguser storyand itsacceptance criteria: User Story: As a member of the...
- Q161. Whichofthe following options cover the test types performed during typical system testing ...
- Q162. A state transition diagram describes a control system's behavior in different operational ...
- Q163. Which ONE of the following options is a PRODUCT risk and NOT a PROJECT risk?...
- Q164. Which ONE of the following roles is responsible for mediating, managing time, and generati...
- Q165. Which of the following is correct with regards to debugging?...
- Q166. Which ONE of the following options MOST ACCURATELY describes branch testing?...
- Q167. The testers in company A were part of the development team. Due to an organizational chang...
- Q168. Which of the following statements is true?
- Q169. A tester created a decision table(DT) given below. While reviewing the DT some of the acti...
- Q170. Which of the following is not an example of a typical generic skill required for testing?...
- Q171. A QA manager of a start-up company needs to implement within a week a low cost incident ma...
- Q172. A software system checks age in order to determine which welcome screen to display. Age gr...
- Q173. Consider a given test plan which, among others, contains the following three sections: "Te...
- Q174. Consider the following defect report for an Exam Booking System Defect ID: ST1041 | Title:...
- Q175. Which of the following project scenario gives the BEST example where maintenance testing s...
- Q176. You are testing a system that is used in motor vehicles to warn the driver of an obstacle ...
- Q177. Which of the following is a CORRECT statement about how a tester should communicate about ...
- Q178. In maintenance testing, what is the relationship between impact analysis and regression te...
- Q179. Which of the following applications will be the MOST suitable for testing by Use Cases...
- Q180. Which one of the following statements IS NOT a valid objective of testing?...
- Q181. Which of the following statements about estimation of the test effort is WRONG?...
- Q182. Which of the following statements is true?
- Q183. Which of the following is NOT an experience-based technique?...
- Q184. Given the following priorities and dependencies for these test cases: (Exhibit) Which of t...
- Q185. A software company decides to invest in reviews of various types. The thought process they...
- Q186. Which of the following are valid testing principles? I) Exhaustive testing is in general i...
- Q187. Which of the following statements about impact of DevOps on testing is CORRECT?...
- Q188. A test manager defined the following test levels in her test plan; Component, System and A...
- Q189. During component testing of a program if 100% decision coverage is achieved, which of the ...
- Q190. Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?...
- Q191. Which of the following is an INCORRECT statement about the benefit of traceability between...
- Q192. What type of testing measures its effectiveness by tracking which lines of code were execu...
- Q193. To be able to define testable acceptance criteria, specific topics need to be addressed. I...
- Q194. Consider the following statements about risk-based testing. I) Risk-based testing has the ...
- Q195. A virtual service emulating a real third-party service and the automated test scripts (aim...
- Q196. Which of the following work products cannot be examined by static analysis?...
- Q197. Which of the following isNOTan objective of testing?...
- Q198. Which of the statements correctly describes when a whole team approach may NOT be suitable...
- Q199. Which one of the following statements relating to the benefits of static testing is NOT co...
- Q200. Consider the following testing levels: 1) Component Testing 2) Integration Testing 3) Syst...
- Q201. Which of the following BEST describes exploratory testing?...
- Q202. Which ONE of the following options MOST ACCURATELY describes statement testing?...
- Q203. Which of the following is a typical potential risk of using test automation tools?...
- Q204. Given the following state model of sales order software: SEE ATTACHMENT Which of the follo...
- Q205. Given the following requirement: Requirement ID: 2 8 Requirement Description Additional En...
- Q206. Scenario 2 "Big Drop": A company "The Big Drop" provides bulk discounts and frequent custo...
