Tag: testing

Questions Related to testing

  1. Watch, Variables, Debug

  2. Watch, Data, Command

  3. Watch, Variables, Command

  4. View, Variables, Command


Correct Option: C
Explanation:

To answer this question, the user needs to have some familiarity with debugging in a programming environment.

The Debug Viewer pane is a window that displays information about the current state of a program being debugged. It typically includes tabs that allow the user to view and manipulate various types of data.

Now, let's go through each option and explain why it is right or wrong:

A. Watch, Variables, Debug: This option is incorrect. While "Watch" and "Variables" are often tabs included in a Debug Viewer pane, "Debug" is not a common tab and does not provide a clear function.

B. Watch, Data, Command: This option is incorrect. While "Watch" is a common tab included in a Debug Viewer pane, "Data" is not a common tab and does not provide a clear function. "Command" may be a tab used to enter debugging commands, but it is not a common tab in a Debug Viewer pane.

C. Watch, Variables, Command: This option is correct. "Watch" and "Variables" are common tabs included in a Debug Viewer pane, and "Command" may be a tab used to enter debugging commands. This option provides a clear and accurate list of tabs that may be included in a Debug Viewer pane.

D. View, Variables, Command: This option is incorrect. While "Variables" and "Command" are common tabs included in a Debug Viewer pane, "View" is not a common tab and does not provide a clear function.

The Answer is: C

  1. Defects grid

  2. Grid filter

  3. Audit trail

  4. History tab


Correct Option: D
  1. Associate tests from the Test Plan module with defects.

  2. Associate test sets from the Test Lab module with defects.

  3. Associate defects with tests run during a manual test run,

  4. Associate tests with multiple defects.


Correct Option: A,C,D

The project manager requests that the test engineer make changes in a test case. Which version control feature should the test engineer use to modify the test case?

  1. UNDO

  2. CHECK IN

  3. CHECK OUT

  4. COMPARE


Correct Option: C
  1. History

  2. Versions

  3. Dependencies

  4. Management


Correct Option: A