Software Testing Fundamentals

Test your knowledge of software testing concepts including testing models (V, Agile, Waterfall), defect management tools (Bugzilla), testing lifecycle, risk-based testing, configuration management, and quality assurance principles.

12 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is a feature of Structure based test design technique?

  1. Models, either formal or informal, are used for the specification of the problem to be solved, the software or its components.
  2. Knowledge of testers, developers, users and other stakeholders about the software, its usage and its environment.
  3. Information about how the software is constructed is used to derive the test cases, for example, code and design
  4. Knowledge about likely defects and their distribution
Question 2 Multiple Choice (Single Answer)

Which of the following is NOT a factor in deciding “When to stop testing”?

  1. Code coverage
  2. Cost
  3. Resource availability
  4. Defect Density
Question 3 Multiple Choice (Single Answer)

Which of the following best defines Quality?

  1. Zero Defects
  2. Conformance to requirements
  3. Completing testing as per plan
  4. Finding more defects
Question 4 Multiple Choice (Single Answer)

Risk based testing is a/an ____________

  1. Analytical approach
  2. Model-based approach
  3. Methodical approach
  4. Consultative approach
Question 5 Multiple Choice (Single Answer)

Describing any guiding or corrective actions to be taken as a result of information and metrics gathered and reported is ___________

  1. Test progress monitoring
  2. Test reporting
  3. Test control
  4. Test planning
Question 6 Multiple Choice (Single Answer)

Test process can start after __________

  1. Code is complete
  2. Design is complete
  3. Requirements have been approved
  4. Code is delivered
Question 7 Multiple Choice (Single Answer)

____________ helps to uniquely identify (and to reproduce) the tested item, test documents, the tests and the test harness

  1. Risk Management
  2. Defect Management
  3. Configuration Management
  4. Incident Management
Question 8 Multiple Choice (Single Answer)

Cyclomatic complexity is also known as ______

  1. Mcaffee Number
  2. McCabe Number
  3. Test complexity value
  4. Defect density
Question 9 Multiple Choice (Single Answer)

Defect detection and correction is ______

  1. Quality Assurance
  2. Quality Control
  3. Defect management
  4. Software testing
Question 10 Multiple Choice (Single Answer)

Which of the following is NOT a Testing Model?

  1. V model
  2. Agile model
  3. X model
  4. Waterfall model
Question 11 Multiple Choice (Single Answer)

A defect with a Severity value of 1 should NOT have priority as ______

  1. Low
  2. Medium
  3. High
  4. Should not be prioritized
Question 12 Multiple Choice (Single Answer)

Bugzilla is a _________

  1. Scenario generator
  2. Defect Management tool
  3. Regression testing tool
  4. Test data generator