info@kbcambodia.com

Category: Software Testing

Which one of the following statements about system testing is NOT true?

Which one of the following statements about system testing is NOT true? A. System tests are often performed by independent teams. B. Functional testing is used more than structural testing. C. Faults found during system tests can be very expensive…

Given the following sets of test management terms (v-z), and activity descriptions (1-5), which one of the following best pairs the two sets?

Given the following sets of test management terms (v-z), and activity descriptions (1-5), which one of the following best pairs the two sets? v – test control w – test monitoring x – test estimation y – incident management z…

In prioritising what to test, the most important objective is to:

In prioritising what to test, the most important objective is to: A. find as many faults as possible. B. test high risk areas. C. obtain good test coverage. D. test whatever is easiest to test. Answer: Option B

Which of the following is NOT true of test coverage criteria?

Which of the following is NOT true of test coverage criteria? A. Test coverage criteria can be measured in terms of items exercised by a test suite. B. A measure of test coverage criteria is the percentage of user requirements…

Error guessing:

Error guessing: A. supplements formal test design techniques. B. can only be used in component, integration and system testing. C. is only performed in user acceptance testing. D. is not repeatable and should not be used. Answer: Option A

Analyse the following highly simplified procedure:

Analyse the following highly simplified procedure: Ask: ”What type of ticket do you require, single or return?” IF the customer wants ‘return’ Ask: “What rate, Standard or Cheap-day?” IF the customer replies ‘Cheap-day’ Say: “That will be £11:20” ELSE Say:…

Which of the following requirements is testable?

Which of the following requirements is testable? A. The system shall be user friendly. B. The safety-critical parts of the system shall contain 0 faults. C. The response time shall be less than one second for the specified design load.…

Which of the following statements is NOT correct?

Which of the following statements is NOT correct? A. A minimal test set that achieves 100% LCSAJ coverage will also achieve 100% branch coverage. B. A minimal test set that achieves 100% path coverage will also achieve 100% statement coverage.…

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities? A. Regression testing B. Integration testing C. System testing D. User acceptance testing Answer: Option A

We split testing into distinct stages primarily because:

We split testing into distinct stages primarily because: A. Each test stage has a different purpose. B. It is easier to manage testing in stages. C. We can run different tests in different environments. D. The more stages we have,…