info@kbcambodia.com

Category: Education

One Key reason why developers have difficulty testing their own work is :

One Key reason why developers have difficulty testing their own work is : A. Lack of technical documentation B. Lack of test tools on the market for developers C. Lack of training D. Lack of Objectivity Answer: Option D

Fault Masking is

Fault Masking is A. Error condition hiding another error condition B. Creating a test case which does not reveal a fault C. Masking a fault by developer D. Masking a fault by a tester Answer: Option A

Pick the best definition of quality

Pick the best definition of quality A. Quality is job one B. Zero defects C. Conformance to requirements D. Work as designed Answer: Option C

Boundary value testing

Boundary value testing A. Is the same as equivalence partitioning tests B. Test boundary conditions on, below and above the edges of input and output equivalence classes C. Tests combinations of input circumstances D. Is used in white box testing…

To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data.

To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data. A. Stub B. Driver C. Proxy D. None of the above Answer: Option B

Which of the following is not a quality characteristic listed in ISO 9126 Standard?

Which of the following is not a quality characteristic listed in ISO 9126 Standard? A. Functionality B. Usability C. Supportability D. Maintainability Answer: Option C

Incorrect form of Logic coverage is:

Incorrect form of Logic coverage is: A. Statement Coverage B. Pole Coverage C. Condition Coverage D. Path Coverage Answer: Option B

Which of the following tools would be involved in the automation of regression test?

Which of the following tools would be involved in the automation of regression test? A. Data tester B. Boundary tester C. Capture/Playback D. Output comparator. Answer: Option C

Which one of the following are non-functional testing methods?

Which one of the following are non-functional testing methods? A. System testing B. Usability testing C. Performance testing D. Both b & c Answer: Option D

An input field takes the year of birth between 1900 and 2004 The boundary values for testing this field are

An input field takes the year of birth between 1900 and 2004 The boundary values for testing this field are A. 0,1900,2004,2005 B. 1900, 2004 C. 1899,1900,2004,2005 D. 1899, 1900, 1901,2003,2004,2005 Answer: Option C