1. What is the main objective of manual testing?
- ❌ To automate all test cases
- ✅ To find bugs manually without automation
- ❌ To deploy code
2. What is a test case?
- ❌ A server log for debugging
- ✅ A set of steps to validate a functionality
- ❌ A set of user credentials
3. What is smoke testing?
- ✅ A high-level test to check major functionality
- ❌ A benchmark performance test
- ❌ A code review technique
4. What is the purpose of a bug report?
- ❌ To update the release schedule
- ✅ To document issues found during testing
- ❌ To generate test data
5. What is exploratory testing?
- ❌ Scripted test execution
- ❌ Testing only UI designs
- ✅ Testing without predefined test cases
6. What is boundary value analysis?
- ❌ Only testing invalid data
- ✅ Testing at the edges of input ranges
- ❌ Skipping minimum and maximum values
7. What defines the severity of a bug?
- ❌ Number of users affected
- ✅ The impact of the bug on system functionality
- ❌ How much effort it takes to fix
8. What is validation in software testing?
- ❌ Verifying code syntax
- ✅ Ensuring the product meets user needs
- ❌ Database schema updates
9. What does a test plan include?
- ✅ Scope, approach, schedule, and resources
- ❌ Developer and tester salaries
- ❌ Change management processes
10. What is a defect lifecycle?
- ❌ The life of a software project
- ✅ Stages a bug goes through from detection to closure
- ❌ Sprint planning stages