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

Verification in Testing

  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

Which of the following is NOT a White box Technique?

  1. Path Testing

  2. Data flow testing

  3. Statement testing

  4. State Transition testing


Correct Option: D

AI Explanation

To answer this question, you need to understand the concept of white box testing techniques. White box testing is a testing approach that involves examining the internal structure and implementation of the system or software being tested. It is also known as clear box testing, glass box testing, or structural testing.

Let's go through each option to determine which one is NOT a white box technique:

Option A) Path Testing - Path testing is a white box testing technique. It involves testing all possible paths or combinations of paths through a program's source code.

Option B) Data flow testing - Data flow testing is also a white box testing technique. It focuses on testing the paths and conditions through which data flows within a program.

Option C) Statement testing - Statement testing is a white box testing technique. It involves testing each statement in the source code to ensure that it executes correctly.

Option D) State Transition testing - State Transition testing is NOT a white box testing technique. State transition testing is a black box testing technique that focuses on testing the behavior of a system or software based on different states and transitions between those states.

Therefore, the correct answer is D) State Transition testing. This option is not a white box testing technique because it falls under the category of black box testing techniques.

Which of the following testing is done in order to check if the application is working properly without failing and ready for further major testing.

  1. System Testing

  2. Smoke Testing

  3. Sanity Testing

  4. Performance Testing


Correct Option: B

The number of techniques in Black box testing

  1. One

  2. More than two

  3. Two

  4. Three


Correct Option: C

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.

Cyclomatic complexity metric provides information regarding?

  1. Cycles in Program

  2. Program Errors

  3. Independent Paths

  4. Statements


Correct Option: C

Which of the below is not a functional tool?

  1. WinRunner

  2. QTP

  3. QC

  4. RFT


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
  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
  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
  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