Software Testing Fundamentals

Covers software testing principles including testing objectives, types of testing (acceptance, black box), testing closure activities, and testing risks.

9 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

which of the following is incorrect?

  1. Poor software characteristics comes under product risk
  2. Failure to follow up on information found in testing and reviews comes under product risk
  3. Problems in defining the right requirements comes under project risk
  4. The quality of the design, code and tests comes under project risk
Question 2 True/False

Testing is context independent.

  1. True
  2. False
Question 3 True/False

Finalizing and archiving testware, the test environment and the test infrastructure for later reuse is one of the test closure activities.

  1. True
  2. False
Question 4 Multiple Choice (Single Answer)

Which of the following does not come under testing objectives?

  1. Finding defects
  2. Fixing defects
  3. Gaining confidence about the level of quality
  4. Preventing defects
Question 5 Multiple Choice (Single Answer)

Testing of the system to demonstrate system compliance with user requirements is

  1. Black box testing
  2. System testing
  3. Independent testing
  4. Acceptance Testing
Question 6 True/False

A complete validation of a program can be obtained only by testing for every element of the domain

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

For locating errors which span modules it is more effective to do?

  1. Reviews
  2. Testing
  3. Both
  4. None of the above
Question 8 Multiple Choice (Single Answer)

To divide & conquer while testing requires

  1. Stubs
  2. Manual simulation
  3. Coverage metrics
  4. All of the above
Question 9 True/False

It is advisable to have a separate department for reviews & testing

  1. True
  2. False