Tag: testing

Questions Related to testing

The following are the four main columns in the Keyword view

  1. Item, Operation, Value, Comments

  2. Item, Operation, Value, Documentation

  3. Item, Operation, Property, Documentation

  4. Number, Operation, Value, Documentation


Correct Option: B

AI Explanation

To answer this question, we need to understand the structure and purpose of the Keyword view in a software testing tool.

The Keyword view is a component of a software testing tool that allows testers to create and manage test cases using a visual interface. It consists of columns that represent different aspects of a test case.

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

Option A) Item, Operation, Value, Comments - This option is incorrect because it includes the column "Comments" instead of "Documentation".

Option B) Item, Operation, Value, Documentation - This option is correct because it accurately represents the four main columns in the Keyword view.

Option C) Item, Operation, Property, Documentation - This option is incorrect because it includes the column "Property" instead of "Value".

Option D) Number, Operation, Value, Documentation - This option is incorrect because it includes the column "Number" which is not a standard column in the Keyword view.

The correct answer is B) Item, Operation, Value, Documentation. This option is correct because it accurately represents the four main columns in the Keyword view.

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.

You can insert additional steps on the test objects captured in the Active screen after the recording session.

  1. True

  2. False


Correct Option: A

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.

  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