0

testing Online Quiz - 170

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

For each object and method in an Expert View statement, a corresponding row exists in the Keyword View.

  1. True

  2. False

  3. There is a problem with the statement.

  4. None of above


Correct Option: A

You can work on one or several function libraries at the same time.

  1. True

  2. False


Correct Option: A

AI Explanation

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

Option A) True - This option is correct. You can work on one or several function libraries at the same time. Function libraries are collections of pre-written functions that can be reused in multiple programs or projects. These libraries can be used simultaneously in different programs or projects to save time and effort.

Option B) False - This option is incorrect. It is possible to work on multiple function libraries simultaneously.

The correct answer is A) True.

The Active Screen enables you to parameterize object values and insert checkpoints

  1. True

  2. False


Correct Option: A

A QTP user can increase or decrease the active screen information saved with the test

  1. True

  2. False


Correct Option: A

In SDLC process, at what point can the test process start?

  1. When the code is complete.

  2. When the design is complete.

  3. When the software requirements have been approved.

  4. When the first code module is ready for unit testing


Correct Option: C

AI Explanation

To answer this question, we need to understand the Software Development Life Cycle (SDLC) process and when the test process can start.

The SDLC process consists of several phases, including requirements gathering, design, development, testing, and maintenance. Each phase has its own set of activities and deliverables.

The correct answer is C) When the software requirements have been approved.

Explanation for each option:

A) When the code is complete - This option is incorrect because testing should not be delayed until the entire code is complete. Testing should start as early as possible in the SDLC process to identify and fix issues at an early stage.

B) When the design is complete - This option is incorrect because testing should not wait until the design is complete. Testing should begin before the design phase to ensure that the requirements are testable and to identify any potential issues or inconsistencies.

C) When the software requirements have been approved - This option is correct. Testing should start once the software requirements have been approved. This allows the test team to verify that the requirements have been properly implemented and to identify any gaps or discrepancies.

D) When the first code module is ready for unit testing - This option is incorrect because testing should not wait until the first code module is ready for unit testing. Testing should start earlier in the SDLC process to identify and fix issues before they propagate to subsequent phases.

In conclusion, the correct answer is C) When the software requirements have been approved. This ensures that testing can begin early in the SDLC process and helps to identify any issues or gaps in the software requirements.

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

In a review meeting, a moderator is a person who:

B. Mediates between people.

The role of a moderator in a review meeting is to facilitate and guide the discussion, ensuring that all participants have an opportunity to express their views and that the meeting stays on track. The moderator helps manage any conflicts or disagreements that may arise and ensures that everyone's opinions are heard and considered. Their main responsibility is to create a productive and inclusive environment for the review process.

Options A, C, and D are incorrect:

A. Takes minutes of the meeting: While taking minutes is an important task in many meetings, it is not the primary role of a moderator in a review meeting.

C. Takes telephone calls: This task is unrelated to the role of a moderator in a review meeting. A moderator's focus is on facilitating the discussion and ensuring the meeting's objectives are met.

D. Writes the documents to be reviewed: The responsibility of writing the documents to be reviewed typically falls on the individuals or teams responsible for creating those documents, not the moderator. The moderator's role is to guide the review process, not create the content being reviewed.

Therefore, the correct answer is B. Mediates between people.

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

Acceptance test cases are based on ________

  1. Requirements

  2. Design

  3. Code

  4. Decision table


Correct Option: A
  1. Impossible to answer

  2. Easy to answer

  3. Depends on the risk, contract and requirements

  4. Depends on the maturity of your developers


Correct Option: C
  1. Missing Statements

  2. Unused Branches

  3. Dead Code

  4. Unused Statement


Correct Option: A
  1. Defects

  2. Trends analysis

  3. Test Effectiveness

  4. Time Spent Testing


Correct Option: C

Impact Analysis helps to decide

  1. How much regression testing should be done

  2. Exit Criteria

  3. How many more test cases need to written

  4. Different Tools to perform Regression Testing


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of impact analysis. Impact analysis is the process of identifying the potential effects or consequences of a change in a system. It helps in determining the areas or components that may be affected by the change and allows for better decision making.

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

Option A) How much regression testing should be done - This option is correct because impact analysis helps in assessing the impact of a change on the system and its components. It helps in determining which parts of the system need regression testing to ensure that the changes have not introduced any unintended side effects.

Option B) Exit Criteria - This option is incorrect. Exit criteria are predefined conditions or requirements that must be met before a testing phase can be considered complete. While impact analysis may inform the exit criteria, it is not directly related to deciding exit criteria.

Option C) How many more test cases need to be written - This option is incorrect. Impact analysis helps in identifying the areas affected by a change, but it does not directly determine the number of test cases that need to be written. Test case creation is based on the requirements and functionality of the system, not just the impact of a change.

Option D) Different Tools to perform Regression Testing - This option is incorrect. Impact analysis focuses on assessing the impact of changes on the system, not on the tools used for regression testing.

The correct answer is A) How much regression testing should be done. This option is correct because impact analysis helps in determining the extent of regression testing needed to ensure that the changes have not introduced any unintended side effects.

  1. How much regression testing should be done

  2. Exit Criteria

  3. How many more test cases need to written

  4. Different Tools to perform Regression Testing


Correct Option: A
  1. The goal / purpose of testing is to demonstrate that the program works.

  2. The purpose of testing is to demonstrate that the program is defect free

  3. The purpose of testing is to demonstrate that the program does what it is supposed to do

  4. Testing is executing Software for the purpose of finding defects


Correct Option: D
  1. The goal / purpose of testing is to demonstrate that the program works.

  2. The purpose of testing is to demonstrate that the program is defect free

  3. The purpose of testing is to demonstrate that the program does what it is supposed to do

  4. Testing is executing Software for the purpose of finding defects


Correct Option: D

A deviation from the specified or expected behavior that is visible to end-users is called ______

  1. an error

  2. a fault

  3. a failure

  4. a defect


Correct Option: C
  1. the use of a variable before it has been defined

  2. unreachable code

  3. memory leaks

  4. array bound violations


Correct Option: C

Which of them is not performance testing tool ?

  1. Grinder

  2. Avalanche

  3. Code Pro

  4. CurlPro


Correct Option: C
- Hide questions