info@kbcambodia.com

Category: Software Testing

Which of the following would be the MOST appropriate choice of test design technique for component testing?

Which of the following would be the MOST appropriate choice of test design technique for component testing? A system under development contains complex calculations and decision logic, and it is assessed as high risk because of the relative inexperience of…

Which ADDITIONAL test level could be introduced after system testing?

Which ADDITIONAL test level could be introduced after system testing? A. System Integration Testing B. Reliability Testing C. Regression Testing D. Component Integration Testing Answer: Option A

Which of the following test cases will ensure that statement “06” is executed?

Which of the following test cases will ensure that statement “06” is executed? Given the following sample of pseudo code: 01 Input number of male rabbits 02 Input number of female rabbits 03 If male rabbits > 0 and female…

Which of the following are the typical defects found by static analysis tools?

Which of the following are the typical defects found by static analysis tools? a. Variables that are never used. b. Security vulnerabilities. c. Poor performance. d. Unreachable code. e. Business processes not followed. A. b, c and d are true;…

Which of the following statements are true in relation to component testing?

Which of the following statements are true in relation to component testing? a. Can be done by the developer. b. Can be conducted in isolation from the rest of the system c. Tests the interactions between software components. d. Defects…