Tag: testing

Questions Related to testing

  1. performed by an Independent Test Team

  2. performed by customers at the software developer’s site

  3. performed by customers at their own site

  4. performed as early as possible in the lifecycle


Correct Option: C

Faults found by users are due to:

  1. Poor quality software

  2. bad luck

  3. Poor software and poor testing

  4. insufficient time for testing


Correct Option: C
  1. Coverage analysis

  2. Dynamic analysis

  3. State analysis

  4. Memory analysis


Correct Option: B

A failure is:

  1. found in the software; the result of an error

  2. an incorrect step, process or data definition in a computer program

  3. departure from specified behavior

  4. a human action that produces an incorrect result


Correct Option: C

What is the main difference between a walkthrough and an inspection?

  1. An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.

  2. An inspection has a trained leader, whilst a walkthrough has no leader

  3. A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator

  4. Authors are not present during inspections, whilst they are during walkthroughs


Correct Option: C

Which of the following techniques is NOT a black box technique?

  1. state transition testing

  2. LCSAJ

  3. boundary value analysis

  4. syntax testing


Correct Option: B

Which one of the following describes the major benefit of verification early in the life cycle?

  1. ) It facilitates timely set up of the test environment

  2. It allows the identification of changes in user requirements.

  3. It reduces defect multiplication

  4. It allows testers to become involved early in the project


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of verification and its benefits in the early stages of the life cycle.

Option A) It facilitates timely set up of the test environment - This option is incorrect because verification is not specifically related to setting up the test environment. Verification is the process of evaluating a system or component to determine whether it satisfies specified requirements.

Option B) It allows the identification of changes in user requirements - This option is correct. One of the major benefits of verification early in the life cycle is that it allows the identification of changes in user requirements. By verifying the requirements early on, any discrepancies or changes can be identified and addressed before the development process progresses further.

Option C) It reduces defect multiplication - This option is incorrect. While verification does contribute to reducing defects, it is not specifically related to defect multiplication.

Option D) It allows testers to become involved early in the project - This option is incorrect. While involving testers early in the project is beneficial, it is not the major benefit of verification.

The correct answer is B) It allows the identification of changes in user requirements. This option is correct because verification helps ensure that the requirements are accurately captured and understood, allowing any changes or discrepancies to be identified and addressed early in the life cycle.

Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?

  1. Actual results

  2. Program specification

  3. User requirements

  4. System specification


Correct Option: C

Data flow analysis studies:

  1. possible communications bottlenecks in 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


Correct Option: C
  1. The system shall be user friendly.

  2. The safety-critical parts of the system shall contain 0 faults.

  3. The response time shall be less than one second for the specified design load.

  4. The system shall be built to be portable.


Correct Option: C