MCQ On System Testing
Q1. System Testing focuses on:.
- Individual modules
- Interfaces between modules
- Complete integrated system
- Source code logic
Answer: c, Complete integrated system
Solution: System testing validates the complete integrated system.
Q2. System Testing is performed:.
- Before Unit Testing
- Before Integration Testing
- After Integration Testing
- After User Acceptance Testing
Answer: c, After Integration Testing
Solution: System testing is done after integration testing.
Q3. System Testing is mainly based on:.
- Source code
- Database schema
- Requirements and specifications
- Program logic
Answer: c, Requirements and specifications
Solution: System testing validates requirements and specifications.
Q4. Who usually performs System Testing?.
- Developers only
- End users
- Testers / QA team
- Business analysts only
Answer: c, Testers / QA team
Solution: System testing is performed by QA or testing teams.
Q5. Which of the following is a type of System Testing?.
- Unit Testing
- Integration Testing
- Performance Testing
- White Box Testing
Answer: c, Performance Testing
Solution: Performance testing is a type of system testing.
Q6. System Testing validates:.
- Individual functions
- Module-to-module communication
- End-to-end system behavior
- Code optimization
Answer: c, End-to-end system behavior
Solution: System testing ensures end-to-end functionality.
Q7. Which testing is done after System Testing?.
- Unit Testing
- Integration Testing
- User Acceptance Testing (UAT)
- Smoke Testing
Answer: c, User Acceptance Testing (UAT)
Solution: UAT is conducted after system testing.
Q8. System Testing is considered as:.
- White Box Testing
- Black Box Testing
- Gray Box Testing
- Static Testing
Answer: b, Black Box Testing
Solution: System testing is generally a black box testing approach.
Q9. Which defect is commonly found in System Testing?.
- Syntax errors
- Logical errors in loops
- Missing functionality
- Coding standard violations
Answer: c, Missing functionality
Solution: System testing identifies missing or incorrect functionality.
Q10. System Testing is performed in:.
- Development environment
- Unit test environment
- Production environment
- Test environment similar to production
Answer: d, Test environment similar to production
Solution: System testing is done in an environment similar to production.