Software Testing Types & Quality Center Fundamentals

Covers various software testing methodologies (stress, soak, smoke, acceptance, agile, endurance, ad hoc, exhaustive testing) and Quality Center/ALM test management tool operations including test sets, requirements, defects, and workflows.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

When a child requirement is linked to a test, what else is automatically linked to a test?

  1. Release cycle
  2. Parent requirement
  3. Functional Requirement
  4. Other child requirement
Question 2 Multiple Choice (Single Answer)

While running a manual test, one log a defect a specific step, Is that defect automatically linked to any other entity ?

  1. Yes indirectly linked to test instance
  2. No, a defect can be linked to only one entity
  3. No all linked to other entities must be done separately
  4. Yes, directly to other defect linked to test instance
Question 3 Multiple Choice (Multiple Answers)

What kind of data can be imported into QC by using excel macro ? (Select as applicable)

  1. Defect data
  2. Test set data
  3. Test plan data
  4. Release data
  5. Requirement data
Question 4 Multiple Choice (Single Answer)

How many defects can be linked to a requirement ?

  1. Only one defect
  2. multiple
  3. none
  4. three
Question 5 Multiple Choice (Single Answer)

While designing the test plan, one mistakenly deleted a folder. Where it can be recovered ?

  1. No , it can not be recovered
  2. Yes, it can be from Subject folder
  3. Yes, it can be from Unattached folder
  4. Yes, it can be from Deleted folder
Question 6 Multiple Choice (Single Answer)

Can a test set accommodate both manual & automated tests ?

  1. No
  2. Yes, however an automated test can not follow manual test
  3. Yes, automated and manual test may be used in same test
  4. None
Question 7 Multiple Choice (Single Answer)

Which term describe appropriately the main functionality of QC ?

  1. Test case
  2. Repository
  3. Load test
  4. Defects
Question 8 Multiple Choice (Single Answer)

Which of the following BEST describes the difference between an inspection and a walkthrough?

  1. Both inspections and walkthroughs are led by the author.
  2. An inspection is led by a moderator and a walkthrough is led by the author.
  3. Both inspections and walkthroughs are led by a trained moderator.
  4. A walkthrough is led by the author. The author is not present during inspections.
Question 9 Multiple Choice (Single Answer)

Which of the following would you NOT usually find on a software incident report?

  1. The name and/or organisational position of the person raising the problem.
  2. Version of the Software Under Test.
  3. Suggestions as to how to fix the problem.
  4. Actual and expected results.
Question 10 Multiple Choice (Single Answer)

Which of the following defines the expected results of a test?

  1. Test case specification.
  2. Test design specification.
  3. Test procedure specification.
  4. Test results.
Question 11 Multiple Choice (Single Answer)

Some tools are geared more for developer use. For the 5 tools listed, which statement BEST details those for developers i) Performance testing tools. ii) Coverage measurement tools. iii) Test comparators. iv) Dynamic analysis tools. v) Incident management tools.

  1. i, iii. and iv. are more for developers.
  2. ii. and iv. are more for developers.
  3. ii, iii. and iv. are more for developers.
  4. ii. and iii. are more for developers.
Question 12 Multiple Choice (Single Answer)

Static code analysis typically identifies all but one of the following problems. Which is it?

  1. Unreachable code.
  2. Unreachable Variables
  3. Faults in the requirements
  4. Too few comments
Question 13 Multiple Choice (Single Answer)

A Testing phase where the tester tries to ‘break’ the system by randomly trying the systems’s functionality

  1. Boundary Testing
  2. Ad Hoc Testing
  3. Functional Testing
  4. Mutation Testing
Question 14 Multiple Choice (Single Answer)

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

  1. Ad Hoc Testing
  2. Compatibility Testing
  3. Endurance Testing
  4. Functional Testing
Question 15 Multiple Choice (Single Answer)

Testing practice for projects using some methodologies, treating development as the customer of testing and emphasizing a test-first design paradigm

  1. Component Testing
  2. Scalability Testing
  3. Ad Hoc Testing
  4. Agile Testing
Question 16 Multiple Choice (Single Answer)

Testing conducted to enable a user/customer to determine whether to accept a software product

  1. Agile Testing
  2. Functional Testing
  3. Acceptance Testing
  4. Smoke Testing
Question 17 Multiple Choice (Single Answer)

Testing which covers all combinations of input values and preconditions for an element of the software under test

  1. Component Testing
  2. Exhaustive Testing
  3. End-to-End Testing
  4. Functional Testing
Question 18 Multiple Choice (Single Answer)

A quick-and-dirty test that the major functions of a piece of software work

  1. Component Testing
  2. Functional Testing
  3. Regression Testing
  4. Smoke Testing
Question 19 Multiple Choice (Single Answer)

Running a system at high load for a prolonged period of time

  1. Soak testing
  2. Smoke testing
  3. Agile Testing
  4. Functional Testing
Question 20 Multiple Choice (Single Answer)

Testing conducted to evaluate a system or component at or beyond the limits of its specified requirements to determine the load under which it fails and how

  1. Component Testing
  2. Stress Testing
  3. Dynamic Testing
  4. Recovery Testing