0

testing Online Quiz - 75

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

What is Quality Center used for?

  1. Test management tool

  2. Test execution tool

  3. Both

  4. None


Correct Option: A

Which of the following is a Key Characteristics of Walk Through?

  1. Scenario , Dry Run , Peer Group

  2. Pre Meeting Preparations

  3. Formal Follow Up Process

  4. Includes Metrics


Correct Option: A

Which of the following is not a major task of Exit criteria?

  1. Checking test logs against the exit criteria specified in test planning

  2. Logging the outcome of test execution

  3. Assessing if more tests are needed

  4. Writing a test summary report for stakeholders


Correct Option: B

What are the two major components taken into consideration with risk analysis?

  1. The probability the negative event will occur

  2. The potential loss or impact associated with the event

  3. Both a and b

  4. Neither a nor b


Correct Option: C

What is the concept of introducing a small change to the program and having theeffects of that change show up in some test?

  1. Debugging a program

  2. A mutation error

  3. Performance testing

  4. Introducing mutations


Correct Option: D

White Box Techniques are also called as

  1. Structural Testing

  2. Design Based Testing

  3. Error Guessing Technique

  4. Experience Based Technique


Correct Option: A

Acceptance testing will be done by

  1. User

  2. Quality control

  3. Quality assurance

  4. Senior management


Correct Option: A

Customers will be get supported from these people for their problems .

  1. Staff

  2. Associates

  3. Helpdesk

  4. None


Correct Option: C

Before doing integration testing this testing must have been done

  1. Unit testing

  2. Systems testing

  3. Stress testing

  4. User Acceptance Testing


Correct Option: A

4 types of testing

  1. System

  2. Unit

  3. Integration

  4. Acceptance

  5. All of the above


Correct Option: E

Quality is

  1. Meeting requirements

  2. Zero defects

  3. Customer satisfaction

  4. All of the above

  5. 1 & 3 only


Correct Option: D

Reviews, static analysis and dynamic testing have the same objective:

  1. Identifying defects.

  2. fixing defects

  3. Both 1 and 2

  4. None


Correct Option: A

Who is responsible for conducting test readiness review?

  1. Test manager

  2. Test engineer

  3. Both A & B

  4. Project Manager


Correct Option: A

AI Explanation

To answer this question, you need to understand the roles and responsibilities in the software testing process.

The Test Readiness Review (TRR) is a formal review conducted before the start of testing to ensure that the system or software is ready for testing. It involves evaluating the test environment, test documentation, and test cases to ensure that everything is in place for testing to begin.

The responsibility for conducting the Test Readiness Review typically lies with the Test Manager. The Test Manager is responsible for planning, organizing, and coordinating the testing activities. They oversee the testing process and ensure that all necessary preparations are made before testing can commence.

Option A) Test manager - This option is correct because the Test Manager is responsible for conducting the Test Readiness Review. They play a crucial role in ensuring that the system is ready for testing.

Option B) Test engineer - This option is incorrect because while the Test Engineer may participate in the Test Readiness Review, they are not typically responsible for conducting it. The Test Engineer's role is to execute the tests and provide feedback to the Test Manager.

Option C) Both A & B - This option is incorrect because, although the Test Engineer may participate in the Test Readiness Review, the responsibility for conducting it lies with the Test Manager.

Option D) Project Manager - This option is incorrect because the Project Manager is responsible for overall project management and may not be directly involved in the testing activities.

The correct answer is A) Test manager. This option is correct because the Test Manager is responsible for conducting the Test Readiness Review.

We use the output of the requirement analysis, the requirement specification as the input for writing :

  1. ) Integration Level Test Cases

  2. User Acceptance Test Cases

  3. Unit Level Test Cases

  4. Program specifications


Correct Option: B

Which of the following uses Impact Analysis most?

  1. Component testing

  2. Non-functional system testing

  3. User acceptance testing

  4. Maintenance testing


Correct Option: D

AI Explanation

To answer this question, we need to understand what Impact Analysis is and how it is used in different testing activities.

Impact Analysis is a technique used to identify the potential areas that may be affected by a change in software or system. It helps in understanding the scope and extent of the changes required and allows for efficient planning and execution of testing activities.

Let's go through each option to understand which one uses Impact Analysis the most:

Option A) Component testing - Component testing focuses on testing individual software components or modules. While Impact Analysis may be used to some extent to assess the impact of changes in these components, it is not the primary focus. Therefore, Option A is not the correct answer.

Option B) Non-functional system testing - Non-functional system testing is aimed at testing the performance, reliability, security, and other non-functional aspects of a system. While Impact Analysis may be used to assess the impact of changes on these non-functional aspects, it is not the primary focus. Therefore, Option B is not the correct answer.

Option C) User acceptance testing - User acceptance testing is carried out to determine if a system meets the requirements and expectations of the end-users. Impact Analysis may be used to some extent to assess the impact of changes on user acceptance, but it is not the primary focus. Therefore, Option C is not the correct answer.

Option D) Maintenance testing - Maintenance testing is performed to ensure that the changes made to a system do not introduce new defects or issues. Impact Analysis plays a crucial role in maintenance testing as it helps in identifying the areas that may be affected by the changes and ensures that appropriate testing is conducted. Therefore, Option D is the correct answer.

In conclusion, the correct answer is Option D) Maintenance testing. This option uses Impact Analysis the most as it is essential for identifying the areas that may be impacted by changes in the system during maintenance testing.

Test Conditions are derived from:

  1. Test Cases

  2. Specifications

  3. Test Data

  4. Test Design


Correct Option: B

Which of the following is a test type?

  1. Component testing

  2. Functional testing

  3. System testing

  4. Acceptance testing


Correct Option: B

AI Explanation

To answer this question, you need to understand the different types of software testing.

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

Option A) Component testing - This option is a valid test type. Component testing focuses on testing individual components or modules of a software system to ensure that they function correctly.

Option B) Functional testing - This option is a valid test type. Functional testing involves testing the functionality of the software system to ensure that it meets the specified requirements.

Option C) System testing - This option is a valid test type. System testing involves testing the entire software system as a whole to ensure that all components work together correctly.

Option D) Acceptance testing - This option is a valid test type. Acceptance testing involves testing the software system to determine whether or not it meets the requirements and is ready for deployment.

The correct answer is B) Functional testing. This option is correct because functional testing is a common and important type of software testing that focuses on testing the functionality of the system.

Which of the following is a form of functional testing?

  1. Boundary value analysis

  2. Usability testing

  3. Performance testing

  4. Security testing


Correct Option: A

What is the purpose of a test completion criterion?

  1. to know when a specific test has finished its execution

  2. to ensure that the test case specification is complete

  3. to set the criteria used in generating test inputs

  4. to determine when to stop testing


Correct Option: D

The standard that gives definitions of testing terms is:

  1. ISO/IEC 12207

  2. BS 7925-1

  3. ANSI/IEEE 829

  4. ANSI/IEEE 729


Correct Option: B
- Hide questions