Software Testing Cheat Sheet 2026

The 30 highest-yield Software Testing facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.

40 questions
60 min time limit
65.00% to pass
  1. What is 'traceability' in the context of compliance testing, and why is it required? Linking requirements to test cases to demonstrate coverage of compliance needs
  2. Which V-model level corresponds to unit testing? Component design (detailed design)
  3. What is the most significant criterion to consider while choosing a testing technique? the objective of the test
  4. A QA team must test a black-box system that accepts a numeric rating from 1 to 5. Using equivalence partitioning, which set of test values is most efficient? 0, 3, 6
  5. What does the term 'test oracle' refer to in software testing? A mechanism for determining whether a test has passed or failed
  6. Error guessing as a test technique relies primarily on: Tester experience and intuition
  7. A researcher claims that TDD reduces defect density based on a study of 10 student projects. What threat to validity is most prominent? Low external validity due to a non-representative student population
  8. What is the purpose of a 'test stub' in software testing? A placeholder that simulates a module not yet developed or unavailable
  9. In FDA-regulated software testing (21 CFR Part 11), what must be maintained for all test records and audit trails? Electronic signatures and audit trails
  10. A tester finds that a login form accepts a blank username. The correct behavior should be to show a validation error. This defect is best classified as: Functional defect
  11. Which testing technique requires a tester to trace all possible paths through code? Control flow testing
  12. A team discovers that 80% of defects are concentrated in 20% of the modules during a release cycle. Which testing principle does this illustrate? Defect clustering
  13. What is the purpose of a defect triage meeting? Review, prioritize, and assign open defects for resolution
  14. What is the first step when a tester discovers a defect? Log it in the defect tracking system with reproducible steps
  15. A QA manager wants to assess the effectiveness of the testing process itself. Which metric is most appropriate? Defect detection percentage (DDP)
  16. When testing a cloud-based SaaS application, which concern is unique compared to testing on-premise software? Multi-tenancy data isolation
  17. Which FedRAMP testing requirement distinguishes cloud service providers seeking government contracts from standard commercial cloud vendors? Undergoing a third-party security assessment against NIST 800-53 controls
  18. A new tester is asked to explore a payment module without any scripts or predefined steps. This approach is best described as: Exploratory testing
  19. All of the following can be found during inspections, with the exception of How much of the code has been covered
  20. Which testing technique involves testing without knowledge of the internal code structure? Black-box testing
  21. A tester needs to verify that a payment gateway integration handles declined cards gracefully. Which technique is most appropriate? End-to-end integration testing using sandbox credentials provided by the payment provider
  22. Functional testing can take the form of which of the following? Boundary value analysis
  23. What is 'boundary value analysis' in test design? Testing at the edges of input partitions where defects are most likely
  24. Which activity marks the formal closure of a risk in the risk register? The risk's trigger date passes without incident or the risk is fully resolved
  25. Which type of testing tool is Selenium primarily used for? Web UI automated functional testing
  26. What is the benefit of standardized digital reporting in Software Testing practice? It ensures consistency, enables comparison, and facilitates regulatory compliance
  27. What is the primary purpose of a Verification and Validation (V&V) plan in safety-critical software testing under IEC 62304? To ensure the software meets specified requirements and its intended use
  28. A QA engineer wants to test a Progressive Web App (PWA) offline functionality. What aspect should they focus on? Service worker caching and offline data availability
  29. Which approach best demonstrates professional competency in Software Testing practice? Integrating continuing education, practical experience, and evidence-based decision making
  30. In Six Sigma, what does the term 'sigma level' represent? The standard deviations between the process mean and the nearest specification limit
Was this helpful?