info@kbcambodia.com

KB Cambodia

Beta testing is:

Beta testing is: A. Performed by customers at their own site B. Performed by customers at their software developer’s site C. Performed by an independent test team D. Useful to test bespoke software E. Performed as early as possible in…

Which of the following is NOT a black box technique:

Which of the following is NOT a black box technique: A. Equivalence partitioning B. State transition testing C. LCSAJ D. Syntax testing E. Boundary value analysis Answer: Option C

What can static analysis NOT find?

What can static analysis NOT find? A. The use of a variable before it has been defined B. Unreachable (“dead”) code C. Whether the value stored in a variable is correct D. The re-definition of a variable before it has…

When a new testing tool is purchased, it should be used first by:

When a new testing tool is purchased, it should be used first by: A. A small team to establish the best way to use the tool B. Everyone who may eventually have some use for the tool C. The independent…

The place to start if you want a (new) test tool is:

The place to start if you want a (new) test tool is: A. Attend a tool exhibition B. Invite a vendor to give a demo C. Analyse your needs and requirements D. Find out what your budget would be for…

Consider the following:

Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the…

Given the following code, which is true:

Given the following code, which is true: IF A > B THEN C =A– B ELSE C =A+ B ENDIF Read D IF C = D Then Print “Error” ENDIF A. 1 test for statement coverage, 3 for branch coverage…

Given the following:

Given the following: Switch PC on Start “outlook” IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test…

Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage:

Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” E NDIF If P > 50 THEN Print…

Consider the following statements

Consider the following statements i. an incident may be closed without being fixed ii. incidents may not be raised against documentation iii. the final stage of incident tracking is fixing iv. the incident record does not include information on test…