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
- 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
- Which V-model level corresponds to unit testing? → Component design (detailed design)
- What is the most significant criterion to consider while choosing a testing technique? → the objective of the test
- 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
- What does the term 'test oracle' refer to in software testing? → A mechanism for determining whether a test has passed or failed
- Error guessing as a test technique relies primarily on: → Tester experience and intuition
- 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
- What is the purpose of a 'test stub' in software testing? → A placeholder that simulates a module not yet developed or unavailable
- 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
- 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
- Which testing technique requires a tester to trace all possible paths through code? → Control flow testing
- 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
- What is the purpose of a defect triage meeting? → Review, prioritize, and assign open defects for resolution
- What is the first step when a tester discovers a defect? → Log it in the defect tracking system with reproducible steps
- A QA manager wants to assess the effectiveness of the testing process itself. Which metric is most appropriate? → Defect detection percentage (DDP)
- When testing a cloud-based SaaS application, which concern is unique compared to testing on-premise software? → Multi-tenancy data isolation
- 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
- A new tester is asked to explore a payment module without any scripts or predefined steps. This approach is best described as: → Exploratory testing
- All of the following can be found during inspections, with the exception of → How much of the code has been covered
- Which testing technique involves testing without knowledge of the internal code structure? → Black-box testing
- 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
- Functional testing can take the form of which of the following? → Boundary value analysis
- What is 'boundary value analysis' in test design? → Testing at the edges of input partitions where defects are most likely
- 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
- Which type of testing tool is Selenium primarily used for? → Web UI automated functional testing
- What is the benefit of standardized digital reporting in Software Testing practice? → It ensures consistency, enables comparison, and facilitates regulatory compliance
- 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
- 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
- Which approach best demonstrates professional competency in Software Testing practice? → Integrating continuing education, practical experience, and evidence-based decision making
- In Six Sigma, what does the term 'sigma level' represent? → The standard deviations between the process mean and the nearest specification limit
Turn these facts into recall:
Was this helpful?