info@kbcambodia.com

Category: Software Testing

Which two of the following are common attributes of maintenance testing?

Which two of the following are common attributes of maintenance testing? a. It is carried out to ensure that the system will be reliable once in service. b. Itincludesregressiontesting. c. It requires the use of fully defined specifications. d. Itcanincludetestingofasystemaftermigrationfromoneplatformtoanother.…

How many MORE test cases are required?

How many MORE test cases are required? You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code: if width > length then biggest_dimension = width else biggest_dimension = length end_if The…

During which activity of the Fundamental Test Process test process do you determine the exit criteria?

During which activity of the Fundamental Test Process test process do you determine the exit criteria? A. Test analysis and design B. Evaluating exit criteria and reporting C. Test closure activities D. Test planning and control Answer: Option D

Which statement is a valid explanation as to why black-box test design techniques can be useful?

Which statement is a valid explanation as to why black-box test design techniques can be useful? A. They can help to derive test data based on analysis of the requirement specification B. They can help derive test cases based on…

Which option BEST describes objectives for test levels within a life cycle model?

Which option BEST describes objectives for test levels within a life cycle model? A. Objectives should be generic for any test level B. Objectives are the same for each test level C. Each test level has objectives specific to that…

Which one of the following statements about approaches to test estimation is true?

Which one of the following statements about approaches to test estimation is true? A. A metrics-based approach is based on data gathered from previous projects; an expert-based approach uses the knowledge of the owner of the tasks or experts B.…

Which of the following statements is true?

Which of the following statements is true? Explanation: As testers, we want not just to think and report on defects but, with the rest of the project team, think about any potential causes of failures. A. Testing cannot prove that…

Which one of the following test cases would achieve 100% statement coverage?

Which one of the following test cases would achieve 100% statement coverage? Given the following sample of pseudo code: Read A, B, C; If A > B then Print “Primary ratio is” & A / B; End If If A…

Which of the following activities would NORMALLY be undertaken during Test Planning?

Which of the following activities would NORMALLY be undertaken during Test Planning? a. Identifying test objectives and scope b. Identifyingtestconditions. c. Monitoring test progress. d. Identifyingrisksandconstraints. e. Scheduling testing activities and tasks A. b, c and d B. a, d…

During which one of the following is Impact Analysis especially important?

During which one of the following is Impact Analysis especially important? A. Maintenance Testing B. Unit Testing C. System Testing D. User Acceptance Testing Answer: Option A