0

testing Online Quiz - 144

Description: testing Online Quiz - 144
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

A regression test:

  1. Will always be automated

  2. Will help ensure unchanged areas of the software have not been affected

  3. Will help ensure changed areas of the software have not been affected

  4. Can only be run during user acceptance testing


Correct Option: B

A failure is:

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

  2. departure from specified behaviour

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

  4. a human action that produces an incorrect result.


Correct Option: B

Pick the best definition of quality

  1. Quality is job one

  2. Zero defects

  3. Conformance to requirements

  4. Work as designed


Correct Option: C

Why is software testing important?

  1. Confidence to stakeholders.

  2. Confidence to client that it is bug-free.

  3. zero defects.

  4. Prevent problems of failure in


Correct Option: A

Functional system testing is:

  1. testing that the system functions with other systems

  2. testing that the components that comprise the system function together

  3. testing the end to end functionality of the system as a whole

  4. testing the system performs functions within specified response times


Correct Option: C

What does ‘UAT’ represent?

  1. User Acceptance Testing

  2. User Acceptable Testing

  3. User Acceptance Technology

  4. Useful Acceptance Testing


Correct Option: A

When a new testing tool is purchased, it should be used first by:

  1. A small team to establish the best way to use the tool

  2. Everyone who may eventually have some use for the tool

  3. The independent testing team

  4. The vendor contractor to write the initial scripts


Correct Option: A

Boundary value analysis belongs to which testing method?

  1. Black Box testing

  2. white box testing

  3. glass box testing

  4. none of the above


Correct Option: A

Quality Control

  1. It measures the quality of a product

  2. It is a specific part of the QA procedure, It is a corrective process,

  3. It applies for particular product & Deals with the product.

  4. All the above


Correct Option: D

AdHoc testing is a part of

  1. Performance Testing

  2. Exploratory Testing

  3. Usability Testing

  4. Regression Testing


Correct Option: B

AdHoc testing is a part of

  1. Performance Testing

  2. Exploratory Testing

  3. Usability Testing

  4. Regression Testing


Correct Option: B

Integration, It will come under

  1. CMM Level 2

  2. CMM Level 5

  3. CMM Level 3

  4. CMM Level 4


Correct Option: C

Which is Black-Box Testing method?

  1. Top Down

  2. Bottom UP

  3. Equivalence partitioning

  4. all the above


Correct Option: C

The Validation process

  1. confirms that the software meets the technical specifications

  2. confirms that the software meets the business requirement

  3. validates the software modules

  4. confirms that the software fills the gap between the expected and actual result


Correct Option: B

The Verification process

  1. confirms that the software fills the gap between the expected and actual result

  2. confirms that the software meets the business requirement

  3. confirms that the software meets the technical specifications

  4. verifies the software modules


Correct Option: C

A Test Plan is a step-by-step procedure for using a test case to test a specific unit of code

  1. True

  2. False


Correct Option: B

ETVX is referred to

  1. Entry criteria Test Verify Exit Criteria

  2. Entry criteria Test Validate Exit criteria

  3. Entry criteria Test Validation/Verification Exit criteria

  4. None of the above


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of ETVX.

ETVX stands for Entry criteria, Test, Validation/Verification, and Exit criteria. It is a common framework used in the testing process to ensure that the testing activities are properly planned and executed.

Let's go through each option to understand why it is correct or incorrect:

Option A) Entry criteria Test Verify Exit Criteria - This option is incorrect because it does not include the Validation/Verification component of ETVX.

Option B) Entry criteria Test Validate Exit criteria - This option is incorrect because it does not include the Validation/Verification component of ETVX.

Option C) Entry criteria Test Validation/Verification Exit criteria - This option is correct because it includes all the components of ETVX, i.e., Entry criteria, Test, Validation/Verification, and Exit criteria.

Option D) None of the above - This option is incorrect because option C is the correct answer.

The correct answer is C. This option is correct because it includes all the components of ETVX, ensuring that the testing process is properly planned and executed.

The first system test is often known as

  1. Smoke test

  2. Regression test

  3. Module test

  4. None of the above


Correct Option: A

User Acceptance Testing has a phase called Unstructured Testing, it is when business user bashes away at the keyboard to find the weekest part of the application, it is also known as

  1. Stress Testing

  2. Regression Testing

  3. Smoke Testing

  4. Guerilla Testing


Correct Option: D
- Hide questions