Software Testing Fundamentals and Methodologies

Comprehensive quiz covering software testing concepts including risk management, configuration management, testing approaches, testing tools, acceptance testing, test planning, and testing techniques like equivalence partitioning and boundary value analysis.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)
  1. Stochastic testing is an example of which test approach or strategy?
  1. Model based
  2. Analytical
  3. Methodical
  4. Heuristic
Question 2 Multiple Choice (Single Answer)
  1. Which of the following is a potential risk in using test support tools?
  1. Underestimating the effort needed to maintain the test assets
  2. Losing access to important testing information when needed
  3. Relying too much on qualitative and quantitative assessments
  4. Lowering the morale of the test team because of repetition
Question 3 Multiple Choice (Single Answer)
  1. Which acceptance test is usually performed by system administrators?
  1. Operational
  2. Customer
  3. Contractual
  4. Regulatory
Question 4 Multiple Choice (Single Answer)
  1. Which test can be performed at all test levels?
  1. System testing
  2. Operational testing
  3. Structural testing
  4. Integration testing
Question 5 Multiple Choice (Single Answer)

Operational acceptance testing is done by

  1. Project Managers
  2. Operators of the product
  3. Developers
  4. Technical Experts
Question 6 Multiple Choice (Single Answer)

Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase

  1. Test Implementation and execution
  2. Test Analysis and Design
  3. Evaluating the Exit Criteria and reporting
  4. Test Closure Activities
Question 7 Multiple Choice (Single Answer)

A Test Plan Outline contains which of the following:- i. Test Items ii. Test Scripts iii. Test Deliverables IV. Responsibilities

  1. I, ii, iii are true and iv is false
  2. I , iii, iv are true and ii is false
  3. ii, iii are true and i and iv are false
  4. I , ii are false and iii, iv are true
Question 8 Multiple Choice (Single Answer)

One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalence class

  1. 17
  2. 19
  3. 24
  4. 21
Question 9 Multiple Choice (Single Answer)

In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks. Identify the Valid Equivalence values if the student clears the exam

  1. 22, 23, 26
  2. 21, 39, 40
  3. 29, 30, 31
  4. 0, 15, 22
Question 10 Multiple Choice (Single Answer)

Which of the following statements regarding static testing is false?

  1. static testing includes desk checking
  2. Static testing requires the running of tests through the code
  3. static testing includes techniques such as reviews and inspections
  4. static testing can give measurements such as cyclomatic complexity
Question 11 Multiple Choice (Single Answer)

Link Testing is also called as

  1. Component Integration Testing
  2. Component System Testing
  3. Component Sub System Testing
  4. Maintenance Testing
Question 12 Multiple Choice (Single Answer)

Which of the following statements regarding configuration management tools is true?

  1. Provide support for statistical analysis
  2. Store and manage bug reports
  3. Enable the traceability between test ware and software work products and product variants
  4. The analysis of structures and dependencies (e.g. linked web pages)
Question 13 Multiple Choice (Single Answer)

Coverage measurement tools are used by

  1. Development team
  2. Testing team
  3. Both
  4. None of the Above
Question 14 Multiple Choice (Single Answer)

Based on technology and business experts which approach is most likely true

  1. Consultative Approach
  2. Regression Approach
  3. Preventive Approach
  4. Reactive Approach
Question 15 Multiple Choice (Single Answer)

Exploratory technique comes under which test approach?

  1. Consultative Approach
  2. Preventive Approach
  3. Dynamic Approach
  4. Model Based Approach
Question 16 Multiple Choice (Single Answer)

What would not be under configuration management?

  1. Live data
  2. Change Control
  3. Reports
  4. Problem reporting
Question 17 Multiple Choice (Single Answer)

A software was not user-friendly as expected. So, what type of risk you can expect?

  1. Customer risk
  2. Project risk
  3. Product risk
  4. Organizational risk
Question 18 Multiple Choice (Single Answer)

Which one among the following is not decided by the Risk?

  1. Where to test more
  2. Adverse effect occurring
  3. Impact of an effect
  4. Is the coverage done
Question 19 Multiple Choice (Single Answer)

Which of the following is not covered in Incident Management?

  1. Status of incident
  2. Solution to the Incident
  3. References to Incident
  4. Expected and actual results
Question 20 Multiple Choice (Single Answer)

Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?

  1. Actual results
  2. Program specification
  3. User requirements
  4. System specification