0

testing Online Quiz - 140

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

The testing technique which requires test cases to exercise the internal logic of a software module?

  1. black-box testing

  2. white-box testing

  3. behavioural testing

  4. grey-box testing


Correct Option: B
  1. Checking that we are building the right system

  2. Performed by an independent test team

  3. Making sure that it is what the user really wants

  4. Checking that we are building the system right


Correct Option: D
  1. Path Testing

  2. Data flow testing

  3. Statement testing

  4. State Transition testing


Correct Option: D

Which of the following is not a Principle of Testing?

  1. Defect Clustering

  2. Pesticide Paradox

  3. Both 1 & 2

  4. None


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Defect Clustering - This option is incorrect. Defect Clustering is a principle of testing that states that a small number of modules or functions typically contain the majority of defects. By focusing testing efforts on these high-risk areas, we can maximize the effectiveness of testing.

Option B) Pesticide Paradox - This option is incorrect. The Pesticide Paradox is a principle of testing that states that if the same tests are repeated over and over again, eventually the tests will no longer find any new defects. To overcome this, the test cases need to be regularly reviewed and updated to find new defects.

Option C) Both 1 & 2 - This option is incorrect. Both Defect Clustering and the Pesticide Paradox are principles of testing.

Option D) None - This option is correct. None of the given options are not principles of testing. Defect Clustering and the Pesticide Paradox are principles of testing.

The correct answer is D) None. This option is correct because none of the given options are not principles of testing.

  1. Cycles in Program

  2. Program Errors

  3. Independent Paths

  4. Statements


Correct Option: C

Which among the following is not a valid check point in QTP?

  1. Standard Check Point

  2. Text Check Point

  3. Text Area Check Point

  4. None of the above


Correct Option: D

What is advantage of Low level recording

  1. Enables you to record on any object in your application

  2. This mode records at the object level

  3. Used when an object is not recognized by QTP

  4. All the Above


Correct Option: D

What is the purpose of Synchronization Point

  1. Wait for a specified time

  2. Wait until a particular object property achieves the value specified

  3. Wait until a response is received from host machine

  4. All the Above


Correct Option: B

What is the purpose of Object Spy in QTP

  1. View the supported properties and methods of any object in an open application

  2. Able to define object name and property

  3. Helps to delete the object from object repository

  4. Define an action on the displayed object


Correct Option: A

What is purpose of reusable action

  1. Cannot be inserted as calls to the original action

  2. Can be called multiple times within a test and can be called from other tests

  3. Can be copied and inserted as independent actions

  4. All the above


Correct Option: B

Deviation from the specified or expected behavior that is visible to endusers is called:

  1. An Error

  2. A Fault

  3. A Failure

  4. A Defect

  5. A Mistake


Correct Option: C

Deviation from the specified or expected behavior that is visible to endusers is called

  1. An Error

  2. A Fault

  3. A Failure

  4. A Defect

  5. A Mistake


Correct Option: C

Beta testing is

  1. Performed by customers at their own site

  2. Performed by customers at the software developer's site

  3. Performed by an Independent Test Team

  4. Performed as early as possible in the lifecycle


Correct Option: A

What information need not be included in a test incident report

  1. How to fix the fault

  2. How to reproduce the fault

  3. Test environment details

  4. Severity, Priority

  5. The actual and expected outcomes


Correct Option: A

Which of the following is not a static testing technique

  1. Error guessing

  2. Walkthrough

  3. Data flow analysis

  4. Inspections


Correct Option: A

Faults found by users are due to

  1. Poor quality software

  2. Poor software and poor testing

  3. Bad luck

  4. Insufficient time for testing


Correct Option: B

In a review meeting a moderator is a person who

  1. Takes minutes of the meeting

  2. Mediates between people

  3. Takes telephone calls

  4. Writes the documents to be reviewed


Correct Option: B
- Hide questions