Software Testing Fundamentals

A comprehensive quiz covering software testing concepts, techniques, management, and standards including static analysis, integration testing, regression testing, test planning, and various testing methodologies.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

A piece of software has been given….what tests in the Following will you perform? 1) Test the areas most critical to business processes 2) Test the areas where faults will be maximum 3) Test the easiest functionalities

  1. 1&2 are true and 3 is false.
  2. 1,2&3 are true.
  3. 1 is true, 2&3 are false.
  4. 1&2 are false, 3 is true.
Question 2 Multiple Choice (Single Answer)

Amount of testing performed will not depend on

  1. Risks involved
  2. Contractual requirements
  3. Legal requirements
  4. Test data
Question 3 Multiple Choice (Single Answer)

Which of the following provides the biggest potential cost saving from use of CAST?

  1. Test management
  2. Test design
  3. Test planning
  4. Test execution
Question 4 Multiple Choice (Single Answer)

Testing is not done to:

  1. Find faults
  2. Improve quality
  3. Check user friendliness
  4. Improve software accuracy
Question 5 Multiple Choice (Single Answer)

Software quality is not relevant to

  1. Correctness
  2. Usability
  3. Viability
  4. Reusability
Question 6 Multiple Choice (Single Answer)

Which of the following are false?

  1. Incidents should always be investigated and resolved.
  2. Incidents occur when expected and actual results differ.
  3. Incidents can be analyzed to assist in test process improvement
  4. An incident can be raised against documentation
Question 7 Multiple Choice (Single Answer)

Which of the following is a type of non-functional testing?

  1. Usability testing.
  2. Statement Coverage.
  3. Dataflow testing.
  4. Cause-effect graphing.
Question 8 Multiple Choice (Single Answer)

To make a test effective it is most important that

  1. It is easy to execute.
  2. It is designed to detect faults if present.
  3. The expected outcome is specified before execution.
  4. It is unlikely to delay progress.
Question 9 Multiple Choice (Single Answer)

Error guessing is:

  1. An appropriate way of deriving system tests.
  2. Only used if good requirements are not available.
  3. Only used when good requirements are available.
  4. The most appropriate way of deriving system tests.
Question 10 Multiple Choice (Single Answer)

A standard for software testing terminology is:

  1. IEEE 802.11
  2. ISO 9001
  3. BS 7925-1
  4. BS 7925-2
Question 11 Multiple Choice (Single Answer)

Which of the following is true of V-model?

  1. It includes the verification of designs.
  2. It states that modules are tested against user requirements.
  3. It specifies the test techniques to be used.
  4. It only models the testing phase.
Question 12 Multiple Choice (Single Answer)

Which of the following is NOT part of a high level test plan?

  1. Functions not to be tested.
  2. Environmental requirements.
  3. Analysis of Specifications.
  4. Entry and Exit criteria.
Question 13 Multiple Choice (Single Answer)

When do you stop testing?

  1. When the specified number of faults are found.
  2. When the test completion criteria are met.
  3. When all high and medium priority tests are complete.
  4. When all statements have been executed.
Question 14 Multiple Choice (Single Answer)

Which of the following is least important in test management?

  1. Estimating test duration.
  2. Incident Management.
  3. Configuration Management.
  4. De-bugging.
Question 15 Multiple Choice (Single Answer)

How would you estimate the amount of re-testing likely to be required?

  1. Metrics from previous similar projects.
  2. Discussions with the development team.
  3. Time allocated for regression testing.
  4. Both A & B.
Question 16 Multiple Choice (Single Answer)

Which of the following statements is true of static analysis:

  1. Compiling code is not a form of static analysis.
  2. Static analysis need not be performed before imperative code is executed.
  3. Static analysis can find faults that are hard to find with
  4. Extensive statistic analysis will not be needed if white- Box testing is to be performed.
Question 17 Multiple Choice (Single Answer)

Regression testing always involves

  1. Testing whether a known software fault been fixed.
  2. Executing a large number of different tests.
  3. Testing whether modifications have introduced adverse side effects.
  4. Using a test automation tool.
Question 18 Multiple Choice (Single Answer)

A field failure occurs when multiple users access a system. Which of the following is true?

  1. This is an acceptable risk of a multi-user system.
  2. Insufficient functional testing has been performed.
  3. This indicates an important non-functional requirement was not specified and tested.
  4. It is not possible to test against such events prior to release.
Question 19 Multiple Choice (Single Answer)

Integration testing in the large involves:

  1. Testing the system when combined with other systems.
  2. Testing a sub-system using stubs and drivers.
  3. Testing a system with a large number of users.
  4. Combing software components and testing them in one go.
Question 20 Multiple Choice (Single Answer)

Data flow analysis studies:

  1. How rapidly data is transferred through a program.
  2. The rate of change of data values as a program executes.
  3. The use of data on paths through the code.
  4. The intrinsic complexity of the code.