Software Testing Metrics and Quality Assurance

Quiz covering software testing metrics, defect management, QA/QC principles, automation, and testing fundamentals

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following characterises the cost of faults?

  1. They are cheapest to find in the early development phases and the most expensive to fix in the latest test phases.
  2. They are easiest to find during system testing but the most expensive to fix then.
  3. Faults are cheapest to find in the early development phases but the most expensive to fix then.
  4. Although faults are most expensive to find during early development phases, they are cheapest to fix then.
Question 2 Multiple Choice (Single Answer)

Which of the following should NOT normally be an objective for a test?

  1. To find faults in the software.
  2. To assess whether the software is ready for release.
  3. To demonstrate that the software doesn’t work.
  4. To prove that the software is correct.
Question 3 Multiple Choice (Single Answer)

Which of the following is a form of functional testing?

  1. Boundary value analysis
  2. Usability testing
  3. Performance testing
  4. Security testing
Question 4 Multiple Choice (Single Answer)

Which of the following would NOT normally form part of a test plan?

  1. Features to be tested
  2. Incident reports
  3. Risks
  4. Schedule Reports
Question 5 Multiple Choice (Single Answer)

Which of the following is NOT a white box technique?

  1. Statement testing
  2. Path testing
  3. Data flow testing
  4. State transition testing
Question 6 Multiple Choice (Single Answer)

Software testing metrics does not fall into which of the following categories?

  1. Summary
  2. Coverage
  3. Progress
  4. Quality
Question 7 Multiple Choice (Single Answer)

Any automated testing metric should have clearly defined goals for the automation

  1. Performance
  2. Effort
  3. Coverage
  4. Quality
Question 8 Multiple Choice (Single Answer)

If this is the first time an automated testing approach has been used for a project, it is important to generate a metric that calculates the

  1. Cost of automation
  2. Performance of automation
  3. Value of automation
  4. Quality of automation
Question 9 Multiple Choice (Single Answer)

Automation Index can be defined as the

  1. Effort needed to automate a set of given test cases
  2. Cost needed to automate a set of given test cases
  3. Percentage of a set of given test cases that is automatable
  4. Investment done to automate a set of given test cases
Question 10 Multiple Choice (Single Answer)

The frequency of test execution completion metric that calculates the percentage of test scripts executed with respect to the total planned for execution is

  1. Quarterly
  2. Monthly
  3. Phase-End
  4. None of the above
Question 11 Multiple Choice (Single Answer)

A measure of the total known defects divided by the size of the software entity being measured is

  1. Ageing Analysis
  2. Defect Trend
  3. Defect Density
  4. Defect Summary
Question 12 Multiple Choice (Single Answer)

The highest attainable value of Defect Removal efficiency is

  1. 10
  2. 5
  3. 100
  4. 1
Question 13 Multiple Choice (Single Answer)

The total number of defects re-opened divided by the total number of defects fixed gives the

  1. Current Quality Ratio
  2. Defect fix retest lag
  3. Quality of fixes
  4. Defect removal efficiency
Question 14 Multiple Choice (Single Answer)

The number of test cases automated divided by the total number of test cases automatable gives

  1. Percentage automatable
  2. Automation progress
  3. Automation Index
  4. Automation coverage index
Question 15 Multiple Choice (Single Answer)

One of the most useful metric to show the health of a project is

  1. Defect trend analysis
  2. Defect removal efficiency
  3. Defect ageing
  4. Error discovery rate
Question 16 Multiple Choice (Single Answer)

Defects holding maximum test cases reports

  1. Defects with severity 1 and 2
  2. Defects that are keeping maximum number of test cases in wait
  3. Defects that are linked with same requirement
  4. Defects with a high priority
Question 17 Multiple Choice (Single Answer)

The following metric belongs to the Quality category of reporting

  1. Error discovery rate
  2. Problem reports by priority
  3. Defect ageing
  4. Defect fix retest
Question 18 Multiple Choice (Single Answer)

The process by which product quality is compared with applicable standards and the action taken when nonconformance is detected is known as

  1. Quality Assurance
  2. Quality Control
  3. Both
  4. None of the above
Question 19 Multiple Choice (Single Answer)

If the impact of a defect is severe, but interim solution is available and the defect is not hindering the test process, then such a defect will fall under which category?

  1. Critical
  2. Major
  3. Minor
  4. Severe
Question 20 Multiple Choice (Single Answer)

Which of the following defects would not be identified in Performance testing?

  1. Software scalability
  2. Infrastructure utilization
  3. Invalid data entries
  4. Both (a) and (b)