info@kbcambodia.com

Category: Education

Code Coverage is used as a measure of what ?

Code Coverage is used as a measure of what ? A. Defects B. Trends analysis C. Test Effectiveness D. Time Spent Testing Answer: Option C

Independent Verification & Validation is

Independent Verification & Validation is A. Done by the Developer B. Done by the Test Engineers C. Done By Management D. Done by an Entity Outside the Project’s sphere of influence Answer: Option D

Statement Coverage will not check for the following.

Statement Coverage will not check for the following. A. Missing Statements B. Unused Branches C. Dead Code D. Unused Statement Answer: Option A

A common test technique during component test is

A common test technique during component test is A. Statement and branch testing B. Usability testing C. Security testing D. Performance testing Answer: Option A

How much testing is enough?

How much testing is enough? A. This question is impossible to answer B. This question is easy to answer C. The answer depends on the risk for your industry, contract and special requirements D. This answer depends on the maturity…

Acceptance test cases are based on what?

Acceptance test cases are based on what? A. Requirements B. Design C. Code D. Decision table Answer: Option A

How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?

How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : – ………… if (Condition 1) then statement 1 else…

McCabe’s Cyclomatic Complexity is :

McCabe’s Cyclomatic Complexity is : Given the Following program IF X = Z THEN Statement 2; END A. 2 B. 3 C. 4 D. 5 Answer: Option B

In a review meeting a moderator is a person who

In a review meeting a moderator is a person who A. Takes minutes of the meeting B. Mediates between people C. Takes telephone calls D. Writes the documents to be reviewed Answer: Option B

During the software development process, at what point can the test process start?

During the software development process, at what point can the test process start? A. When the code is complete. B. When the design is complete. C. When the software requirements have been approved. D. When the first code module is…