Software Testing Techniques and Quality Center

Questions about various software testing methods including exhaustive, endurance, gorilla, ad hoc, and monkey testing, plus Quality Center test management features and black box testing techniques.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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
Question 2 Multiple Choice (Single Answer)

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
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

Which of the following is NOT a black box technique:

  1. Equivalence partitioning
  2. State transition testing
  3. LCSAJ
  4. Boundary value analysis
Question 5 Multiple Choice (Multiple Answers)

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

  1. Help
  2. Site Administrator
  3. Quality Center
  4. Add-ons page
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

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
Question 8 Multiple Choice (Multiple Answers)

What type of data can be imported into Quality Center

  1. defects data
  2. test plan data
  3. test Instance data
  4. requirements data
Question 9 Multiple Choice (Single Answer)

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
Question 10 Multiple Choice (Single Answer)

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
Question 11 Multiple Choice (Multiple Answers)

Testing randomly by using automated testing tools is known as

  1. Gorilla Testing
  2. Monkey Testing
  3. Automation Testing
  4. User Testing
Question 12 Multiple Choice (Multiple Answers)

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
Question 13 Multiple Choice (Multiple Answers)

Testing one particular module or node of the requirement heavily is

  1. Unit Testing
  2. Endurance Testing
  3. Monkey Testing
  4. Gorilla Testing
Question 14 Multiple Choice (Multiple Answers)

------- 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
Question 15 Multiple Choice (Multiple Answers)

--------- 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
Question 16 Multiple Choice (Single Answer)

Testing randomly by using automated testing tools is known as

  1. Ad Hoc testing
  2. Gorilla testing
  3. Monkey testing
  4. Mutation testing
Question 17 Multiple Choice (Single Answer)

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
Question 18 Multiple Choice (Single Answer)

Testing one particular module or node heavily is known as

  1. Gorilla Testing
  2. Monkey Testing
  3. Load Testing
  4. Stress Testing
Question 19 Multiple Choice (Single Answer)

_________________ 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
Question 20 Multiple Choice (Single Answer)

_________________ 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