info@kbcambodia.com

Category: Education

Testware(test cases, test dataset)

Testware(test cases, test dataset) A. needs configuration management just like requirements, design and code B. should be newly constructed for each new version of the software C. is needed only until the software is released into production or use D.…

A test design technique is

A test design technique is A. a process for selecting test cases B. a process for determining expected outputs C. a way to measure the quality of software D. a way to measure in a test plan what has to…

Which is not true-The black box tester

Which is not true-The black box tester A. should be able to understand a functional specification or requirements document B. should be able to understand the source code. C. is highly motivated to find faults D. is creative to find…

The later in the development life cycle a fault is discovered, the more expensive it is to fix. why?

The later in the development life cycle a fault is discovered, the more expensive it is to fix. why? A. the documentation is poor, so it takes longer to find out what the software is doing. B. wages are rising…

In which order should tests be run?

In which order should tests be run? A. the most important tests first B. the most difficult tests first(to allow maximum time for fixing) C. the easiest tests first(to give initial confidence) D. the order they are thought of Answer:…

When reporting faults found to developers, testers should be:

When reporting faults found to developers, testers should be: A. as polite, constructive and helpful as possible B. firm about insisting that a bug is not a “feature” if it should be fixed C. diplomatic, sensitive to the way they…

which of the following statements is not true

which of the following statements is not true A. performance testing can be done during unit testing as well as during the testing of whole system B. The acceptance test does not necessarily include a regression test C. Verification activities…

What is the main reason for testing software before releasing it?

What is the main reason for testing software before releasing it? A. to show that system will work after release B. to decide when the software is of sufficient quality to release C. to find as many bugs as possible…

Faults found by users are due to:

Faults found by users are due to: A. Poor quality software B. Poor software and poor testing C. bad luck D. insufficient time for testing Answer: Option B

Software testing activities should start

Software testing activities should start A. as soon as the code is written B. during the design stage C. when the requirements have been formally documented D. as soon as possible in the development life cycle Answer: Option D