Tag: testing

Questions Related to testing

  1. Item, Operation, Value, Comments

  2. Item, Operation, Value, Documentation

  3. Item, Operation, Property, Documentation

  4. Number, Operation, Value, Documentation


Correct Option: B

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

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.

  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