Q1
Q1 What is the primary objective of manual testing?
To automate testing processes
To identify defects manually
To replace automated testing
To ensure only UI testing
Q2
Q2 Which of the following is NOT a characteristic of manual testing?
Requires human intervention
Uses automation tools
Simulates end-user behavior
Detects usability issues
Q3
Q3 What is the first step in the manual testing process?
Test execution
Test planning
Requirement analysis
Bug reporting
Q4
Q4 Which document is essential for manual testing?
Test case document
Code review document
Release notes
Database schema
Q5
Q5 Why is exploratory testing preferred in manual testing?
It is automated
It requires human intuition
It is predefined
It ensures regression testing
Q6
Q6 What is ad-hoc testing?
Random testing without planning
Testing with predefined test cases
Unit testing
Regression testing
Q7
Q7 Which of the following is a limitation of manual testing?
It is time-consuming
It can’t detect functional defects
It is expensive
It replaces automation
Q8
Q8 Which activity is NOT part of manual testing?
Writing test cases
Performing exploratory testing
Automating test scripts
Executing test cases
Q9
Q9 Which of the following components should a well-written test case include?
Test ID, Objective, Steps, Expected Results
Only Steps and Expected Results
Issue Description and Fix
Test ID, Steps
Q10
Q10 A tester finds a defect that occurs intermittently. What should the tester do?
Ignore it if rare
Document all observed conditions
Fix it immediately
Wait for it to occur again
Q11
Q11 What is the primary purpose of SDLC?
To manage software updates
To guide the development process
To reduce the cost of hardware
To debug code
Q12
Q12 Which is the first phase of the SDLC?
Testing
Planning
Deployment
Maintenance
Q13
Q13 Which SDLC phase involves writing the code for the software?
Maintenance
Design
Implementation
Testing
Q14
Q14 What is the primary goal of the Testing phase in SDLC?
To identify and fix defects
To design the system architecture
To deploy the software
To analyze requirements
Q15
Q15 Which SDLC model is best suited for projects with well-defined requirements?
Waterfall
Agile
V-Model
Spiral
Q16
Q16 In the Agile model, what is the purpose of an iteration?
To complete the entire project
To deliver a working software increment
To gather user requirements
To finalize testing
Q17
Q17 What distinguishes the Spiral model from other SDLC models?
Focus on documentation
Emphasis on risk analysis
Absence of testing
Strict sequential flow
Q18
Q18 Which SDLC phase involves creating system and software design specifications?
Planning
Design
Testing
Maintenance
Q19
Q19 Which artifact is typically produced in the Requirement Analysis phase of SDLC?
Test Plan
Requirement Specification Document (RSD)
Code Snippets
Deployment Plan
Q20
Q20 During the Maintenance phase, a software bug is reported. What should be the first step?
Ignore minor bugs
Analyze the issue and replicate it
Update the requirement document
Rebuild the software
Q21
Q21 What is the primary focus of functional testing?
Testing system performance
Testing system functionality against requirements
Testing security
Testing compatibility
Q22
Q22 Which of the following is an example of non-functional testing?
Usability testing
Regression testing
Unit testing
System testing
Q23
Q23 Which type of testing validates individual units of code?
Integration testing
Unit testing
System testing
Acceptance testing
Q24
Q24 What is the primary objective of load testing?
To identify security vulnerabilities
To ensure software functions under expected loads
To verify user interface design
To detect compatibility issues
Q25
Q25 How does stress testing differ from load testing?
Stress testing focuses on security
Stress testing exceeds expected load conditions
Stress testing is only for functional validation
Stress testing is non-repeatable
Q26
Q26 Which type of testing ensures end-to-end functionality of the software?
Regression testing
System testing
Unit testing
Acceptance testing
Q27
Q27 Which of the following is NOT a non-functional testing type?
Performance testing
Security testing
Regression testing
Compatibility testing
Q28
Q28 Which testing type would most likely require test cases written for login functionality?
Load testing
Unit testing
Functional testing
Performance testing
Q29
Q29 During stress testing, how would you simulate a scenario exceeding the system's capabilities?
Increase the number of concurrent users
Reduce database size
Limit network bandwidth
Decrease server capacity
Q30
Q30 During load testing, the application crashes under expected user load. What should be done first?
Ignore the issue
Analyze logs and identify bottlenecks
Increase server capacity
Reduce the test load