1. What is the primary goal of software testing?
Explanation: Software testing aims to identify defects to improve software quality.
Report for correction2. What is the difference between verification and validation?
Explanation: Verification ensures meeting requirements; validation ensures fitness for intended use.
Report for correction3. What is Regression testing?
Explanation: Regression testing re-tests existing functions after code changes.
Report for correction4. What is the Purpose of smoke testing?
Explanation: Smoke test checks if the build is stable enough for further testing.
Report for correction5. What is Black-box testing?
Explanation: Black-box tests functionality without knowing internal code.
Report for correction6. What is Glass-box testing?
Explanation: Glass-box (white-box) testing examines internal code.
Report for correction7. What is Exploratory testing?
Explanation: Exploratory testing is ad-hoc, unplanned testing.
Report for correction8. What is the purpose of Acceptance testing?
Explanation: Acceptance tests validate requirement fulfillment.
Report for correction9. What is test automation?
Explanation: Automating of manual testing using tools is called Automation
Report for correction10. What is the purpose of Load testing?
Explanation: Load testing assesses performance under expected load.
Report for correction11. What is called as defect in software testing?
Explanation: Defect is a deviation from expected behavior.
Report for correction12. What is the Purpose of a bug report?
Explanation: Bug reports track and manage defects.
Report for correction13. What is the Tester's role in defect management?
Explanation: Testers identify, report, and validate defects.
Report for correction14. What is the purpose of Test plan?
Explanation: Test plan outlines testing approach and scope.
Report for correction15. What is the Importance of test documentation?
Explanation: Test documentation provides a clear record for reference.
Report for correction16. What is the purpose of unit testing?
Explanation: Unit testing involves testing individual components in isolation.
Report for correction17. Which testing level involves testing the complete software system as a whole?
Explanation: System testing involves testing the entire software system.
Report for correction18. What is the purpose of integration testing?
Explanation: Integration testing checks the interactions between components.
Report for correction19. What is the primary focus of Regression testing?
Explanation: Regression testing re-tests existing functionalities after changes.
Report for correction20. What is the purpose of Acceptance testing?
Explanation: Acceptance testing validates whether the system meets specified requirements.
Report for correction21. What is gray-box testing?
Explanation: Gray-box testing involves having partial knowledge of the internal code.
Report for correction22. What is the purpose of usability testing?
Explanation: Usability testing assesses the software's user-friendliness.
Report for correction23. What does security testing involve?
Explanation: Security testing identifies and addresses security vulnerabilities.
Report for correction24. What is the purpose of performance testing?
Explanation: Performance testing evaluates system responsiveness and scalability under different conditions.
Report for correction