What is decision table testing?
What is decision table testing?A . It’s a testing design technique based in the internal software structure.B . It’s a static test design technique.C . It’s a testing design technique to verify decisions.D . It’s a testing design technique based in the system requirements.View AnswerAnswer: D Explanation: A testing design...
discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
Which type of review has the following main purposes: discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?A . Technical ReviewB . InspectionC . WalkthroughD . Informal reviewView AnswerAnswer: A Explanation:
Which statement about use case testing is true?
Which statement about use case testing is true?A . The test cases are designed to find defects in the data flow.B . The test cases are designed to find defects in the process flowC . The test cases are designed to be used by real users, not by professional testersD...
Dynamic Analysis Tools are used to:
Dynamic Analysis Tools are used to:A . Determine differences between files or databases.B . Monitor and report on how a system behaves under a variety of conditions.C . Find defects, such as memory leaks, while software is executing.D . Measure the percentage of specific types of code structure that have...
Which of the following defect types are LEAST likely to be discovered when using static analysis tools?
Which of the following defect types are LEAST likely to be discovered when using static analysis tools?A . Variables that are never usedB . Coding standard violationsC . Memory leaksD . Uncalled functions and proceduresView AnswerAnswer: C Explanation: Static analysis tools are tools that examine the code or design of...
Which of the following is NOT an objective of testing?
Which of the following is NOT an objective of testing?A . Finding defectsB . Providing information for decision-makingC . Analyzing and removing the cause of failuresD . Gaining confidence about the level of quality of the softwareView AnswerAnswer: C Explanation: Testing has several objectives that aim to provide information and...
Which ONE of the following statements does NOT describe how testing contributes to higher quality?
Which ONE of the following statements does NOT describe how testing contributes to higher quality?A . Performing a review of the requirement specifications before implementing the system can enhance qualityB . The testing of software demonstrates the absence of defectsC . Properly designed tests that pass reduce the level of...
How does software testing contribute to the quality of delivered software? [K2]
How does software testing contribute to the quality of delivered software? [K2]A . By detecting and removing all the defects in the delivered code and ensuring that all tests adhere to the quality standards set for the projectB . By measuring reliability of the software and ensuring that it is...
Which of the test cases below will exercise both outcomes from decision 2?
Refer to the exhibit Which of the test cases below will exercise both outcomes from decision 2? [K3]A . P = 24, Q = 20, P=24, Q=25B . P = 36, Q = 36, P=37, Q=35C . P = 42, Q = 43, P=42, Q=42D . P = 37, Q...
Which of the following are 'Exit Criteria?'
Which of the following are 'Exit Criteria?'A . Acceptance criteria, completion criteria, pass/fail criteria.B . Coverage of code, schedule, estimates of defect density.C . The last executable statement within a component.D . Cost overruns.View AnswerAnswer: B Explanation: Coverage of code, schedule, estimates of defect density. Exit criteria are the conditions...