info@kbcambodia.com

KB Cambodia

Which of the following tools would you use to detect a memory leak?

Which of the following tools would you use to detect a memory leak? A. State analysis B. Coverage analysis C. Dynamic analysis D. Memory analysis Answer: Option C

Which of the following is NOT a type of non-functional test?

Which of the following is NOT a type of non-functional test? A. State-Transition B. Usability C. Performance D. Security Answer: Option A

Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage?

Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4 Answer: Option C

If the pseudocode below were a programming language ,how many tests are required to achieve 100% statement coverage?

If the pseudocode below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1…

What is the important criterion in deciding what testing technique to use?

What is the important criterion in deciding what testing technique to use? A. how well you know a particular technique B. the objective of the test C. how appropriate the technique is for testing the application D. whether there is…

Which of the following is true?

Which of the following is true? A. Component testing should be black box, system testing should be white box. B. if u find a lot of bugs in testing, you should not be very confident about the quality of software…

When should you stop testing?

When should you stop testing? A. when time for testing has run out. B. when all planned tests have been run C. when the test completion criteria have been met D. when no faults have been found by the tests…

Coverage measurement

Coverage measurement A. is nothing to do with testing B. is a partial measure of test thoroughness C. branch coverage should be mandatory for all software D. can only be applied at unit or module testing, not at system testing…

Increasing the quality of the software, by better development methods, will affect the time needed for testing (the test phases) by:

Increasing the quality of the software, by better development methods, will affect the time needed for testing (the test phases) by: A. reducing test time B. no change C. increasing test time D. can’t say Answer: Option A

An incident logging system

An incident logging system A. a only records defects B. b is of limited value C. c is a valuable source of project information during testing if it contains all incidents D. should be used only by the test team.…