Consider the following code:
Consider the following code: int premium=2500; if (age<30) { Premium = premium + 1500; } Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed...
Consider the following code: int premium=2500; if (age<30) { Premium = premium + 1500; } Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed...
Which of the following statements is correct?A . Because independence of testers enhanced quality and improves testing, test planning should not take into account constraints from the development team.B . Since test planning is...
Which of the following is a white-box test technique?A . Decision table testingB . Exploratory testingC . Statement testingD . Error guessingView AnswerAnswer: C
Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?A . Omission of a major requirementB . Inadequate decision coverageC...
Which of the following type of defect would NOT be typically found by using a static analysis tool?A . A variable is defined but is then not usedB . A variable is used in...
The ISTQB glossary defines Quality Assurance as: “Part of quality management focused on providing confidence that quality requirements will be fulfilled” Which of the following is not one of the Quality Assurance activity?A ....
Which of the following is Structure-based (or White-Box) Technique: I. Requirement Coverage II. Condition Coverage III. Use Case Coverage IV. Multiple Condition Coverage V. State Transition CoverageA . I, IIIB . I, III, VC...
Which of the following options describe the causal chain in the correct sequence?A . Error, fault, failureB . Fault, bug, mistakeC . Mistake, failure, faultD . Failure, bug, errorView AnswerAnswer: A
Which of the following does NOT represent one of the three triggers for maintenance testing an operational system?A . Data migrationB . System retirementC . System modificationD . Introduction of a test management toolView...
You have been asked to improve the way test automation tools are being used in your company. Which one of the following is the BEST approach?A . Selecting and automating scripts that test new...