0

testing Online Quiz - 124

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

The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to

  1. Find bugs in the program

  2. Check the technical accuracy of the document

  3. Ensure the ease of use of the document

  4. Ensure that the program is the latest version


Correct Option: B

AI Explanation

To answer this question, you need to understand the purpose of comparing a user manual with the actual behavior of the running program during system testing.

Option A) Find bugs in the program - This option is incorrect because the primary goal of comparing the user manual with the actual behavior of the running program is not to find bugs in the program. System testing is performed to identify and uncover any bugs or defects in the program, but comparing the user manual with the program's behavior serves a different purpose.

Option B) Check the technical accuracy of the document - This option is correct. The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ensure the technical accuracy of the document. By comparing the manual with the program's behavior, testers can verify that the instructions, features, and functionalities described in the manual align with the actual behavior of the program. This helps in identifying any discrepancies or inaccuracies in the document.

Option C) Ensure the ease of use of the document - This option is incorrect because although ensuring the ease of use of the document is important, it is not the primary goal of comparing the user manual with the program's behavior during system testing. The primary focus is on the technical accuracy of the document.

Option D) Ensure that the program is the latest version - This option is incorrect because comparing the user manual with the actual behavior of the running program during system testing does not primarily aim to ensure that the program is the latest version. While it is important to test the most up-to-date version of the program, this is not the main purpose of comparing the manual with the program's behavior.

The correct answer is B) Check the technical accuracy of the document. This option is correct because comparing the user manual with the actual behavior of the running program during system testing helps to ensure that the manual accurately represents the technical aspects and functionalities of the program.

Which technique can be used to achieve input and output coverage?

  1. Error Guessing

  2. Boundary Value Analysis

  3. Decision Table testing

  4. Equivalence partitioning


Correct Option: D

Testing of software used to convert data from existing systems for use in replacement systems

  1. Data driven testing

  2. Migration testing

  3. Configuration testing

  4. Back to back testing


Correct Option: B

Which of the following is NOT a black box technique:

  1. Equivalence partitioning

  2. State transition testing

  3. LCSAJ

  4. Boundary value analysis


Correct Option: C

The following options will be displayed in the Quality Center Main window

  1. Help

  2. Site Administrator

  3. Quality Center

  4. Add-ons page


Correct Option: B,C

While designing the test plan tree, you accidentally delete a folder that contained some tests that you need. How can they be recovered?

  1. Once a test is deleted, it is gone

  2. The tests can be recovered from the Subject folder

  3. The test can be recovered from the Unattached folder

  4. Only Project Managers have permission to recover deleted tests


Correct Option: C

AI Explanation

To answer this question, you need to understand how test plans are organized in a test management tool.

Option A) Once a test is deleted, it is gone - This option is incorrect because most test management tools have a feature to recover deleted tests.

Option B) The tests can be recovered from the Subject folder - This option is incorrect because the Subject folder typically contains the main categories or sections of the test plan, and not the individual tests themselves.

Option C) The test can be recovered from the Unattached folder - This option is correct because the Unattached folder is where deleted tests are typically moved to, allowing users to recover them if needed.

Option D) Only Project Managers have permission to recover deleted tests - This option is incorrect because depending on the test management tool's permissions settings, any user with the appropriate permissions can recover deleted tests.

The correct answer is C) The test can be recovered from the Unattached folder. This option is correct because the Unattached folder is where deleted tests are typically moved to, allowing users to recover them if needed.

The Defect Opening Rate and Outstanding Defects graphs are available in-

  1. Progress Tab of the Releases module

  2. Quality Tab of the Release module

  3. Defects module

  4. Execution Flow Tab of the Test Lab module


Correct Option: B

What type of data can be imported into Quality Center

  1. defects data

  2. test plan data

  3. test Instance data

  4. requirements data


Correct Option: A,B,D

Which view enables one to analyze the breakdown of child requirements as per the test coverage status

  1. Coverage Analysis

  2. Coverage Requirements

  3. Test Coverage

  4. Coverage graph


Correct Option: A

One of the following options is available in the Automatic Conversion method for converting the requirements to tests

  1. Convert lowest requirements to child steps

  2. Convert lowest child requirement to design steps

  3. Convert lowest child requirements to subject

  4. Convert all requirements to tests


Correct Option: B

Testing randomly by using automated testing tools is known as

  1. Gorilla Testing

  2. Monkey Testing

  3. Automation Testing

  4. User Testing


Correct Option: B

Tester tries to break the system by randomly trying system's functionlaity. Identify it

  1. Stress Testing

  2. Random testing

  3. Ad Hoc testing

  4. Functional Testing


Correct Option: C

Testing one particular module or node of the requirement heavily is

  1. Unit Testing

  2. Endurance Testing

  3. Monkey Testing

  4. Gorilla Testing


Correct Option: D

------- Checks for memory leaks or other problems that may ocur with prolonged execution.

  1. Endurance testing

  2. Functional Testing

  3. Exhaustive testing

  4. Ad Hoc Testing


Correct Option: A

--------- which covers all combinations of input values and preconditions for an element of software under test.

  1. Random Testing

  2. Exhaustive testing

  3. Endurance testing

  4. Mutation testing


Correct Option: B

Testing randomly by using automated testing tools is known as

  1. Ad Hoc testing

  2. Gorilla testing

  3. Monkey testing

  4. Mutation testing


Correct Option: C

Tester tries to break the system by randomly executing system's functionality

  1. Endurance Testing

  2. Exhaustive Testing

  3. Mutation Testing

  4. Ad Hoc tesing


Correct Option: D

Testing one particular module or node heavily is known as

  1. Gorilla Testing

  2. Monkey Testing

  3. Load Testing

  4. Stress Testing


Correct Option: A

_________________ Checks for memory leaks or other problems that may ocur with prolonged execution

  1. Long Testing

  2. Stress Testing

  3. Endurance testing

  4. Exhaustive testing


Correct Option: C

_________________ covers all combinations of input values and preconditions for an element of software under test

  1. Ad Hoc Testing

  2. Exhaustive testing

  3. Mutation Testing

  4. Random testing


Correct Option: B
- Hide questions