Manual Testing Interview Questions for 3 Years

1️⃣ Role Expectation for Manual Testers with 3 Years Experience

At 3 years of experience, you are considered a strong mid-level tester—often a module owner or acting senior.

Interviewers expect you to:

  • Own complete modules or features
  • Perform risk-based testing
  • Design end-to-end test scenarios
  • Handle production and UAT issues
  • Provide clear Root Cause Analysis (RCA)
  • Collaborate closely with developers, BA, and PO
  • Guide junior testers
  • Understand business workflows, not just screens

👉 You are judged on decision-making, communication, and problem-solving, not definitions.


2️⃣ Core Manual Testing Interview Questions & Structured Answers

1. What is your role as a manual tester with 3 years of experience?

At 3 years, my role includes:

  • Requirement analysis and clarification
  • Risk-based test design
  • Functional, integration, and regression testing
  • Defect management and RCA
  • UAT and production support
  • Mentoring juniors and improving test processes

2. Explain SDLC and your contribution in each phase.

SDLC PhaseTester Contribution
Requirement AnalysisIdentify gaps, raise queries
DesignReview testability & flows
DevelopmentSmoke testing, early feedback
TestingSystem, integration, regression
DeploymentSanity & release validation
MaintenanceRegression & defect fixes

3. Explain STLC with real-time activities.

STLC PhasePractical Activities
Requirement AnalysisRequirement review, risk analysis
Test PlanningEstimation, scope, timelines
Test DesignScenario & test case creation
Environment SetupBuild & data readiness
Test ExecutionDefect logging & retesting
Test ClosureMetrics, sign-off, lessons learned

4. What is risk-based testing? Why is it important?

Risk-based testing prioritizes testing based on:

  • Business impact
  • Probability of failure
  • Usage frequency

Example:
Login, payment, and data-saving features are tested before UI alignment issues.


5. Difference between Test Scenario and Test Case?

Test ScenarioTest Case
High-levelDetailed steps
What to testHow to test
Derived from requirementDerived from scenario

6. What types of testing have you handled?

  • Functional testing
  • Integration testing
  • Regression testing
  • Smoke & sanity testing
  • Exploratory testing
  • UAT & production validation

7. Explain Severity vs Priority with a project example.

SeverityPriority
Impact on systemUrgency to fix
Decided by testerDecided by lead/PO

Example:
A spelling issue on home page before client demo → Low severity, High priority.


8. What is defect leakage and how do you reduce it?

Defect leakage occurs when bugs escape testing and are found in UAT or production.

Reduction methods:

  • Strong regression suite
  • Requirement walkthroughs
  • RCA for escaped defects
  • Better test data coverage

9. Explain defect life cycle.

New → Assigned → Open → Fixed → Retest → Closed
Additional states: Rejected, Deferred, Reopened.


10. What metrics do you track?

  • Test case execution %
  • Defect density
  • Defect leakage
  • Reopen rate
  • Pass/Fail trends
  • Release quality metrics

3️⃣ Agile & Scrum Interview Questions (3-Year Depth)

11. What is Agile testing?

Agile testing is continuous testing aligned with development, focusing on early feedback and quick adaptation.


12. What is your role in Agile ceremonies?

  • Grooming: Clarify requirements, identify risks
  • Sprint Planning: Estimate testing effort
  • Daily Stand-up: Share progress & blockers
  • Review: Validate completed stories
  • Retrospective: Suggest improvements

13. How do you handle frequent requirement changes?

  • Analyze impact
  • Update scenarios/test cases
  • Communicate with team
  • Prioritize critical workflows

14. What is sprint regression?

Regression testing performed within a sprint to ensure new changes haven’t broken existing functionality.


4️⃣ Scenario-Based Questions with RCA

15. Scenario: Developer says “Works on my machine”.

Your approach:

  • Verify environment
  • Share exact steps & data
  • Provide screenshots/logs
  • Reproduce together

16. Scenario: Critical bug found just before release.

Steps:

  1. Assess business impact
  2. Inform lead & PO
  3. Decide go/no-go
  4. Regression test fix
  5. Update release notes

17. Scenario: Production issue reported by client.

RCA Process:

  • Collect logs & screenshots
  • Reproduce in lower env
  • Identify root cause
  • Add regression test
  • Prevent recurrence

18. Scenario: UI shows success but DB not updated.

  • Validate API response
  • Check backend logs
  • Run DB query
  • Log defect with RCA

5️⃣ Real Project Defect Examples (With RCA)

Defect 1: Payment Failure

  • Issue: Amount debited but order not created
  • Severity: Critical
  • Root Cause: Transaction rollback missing
  • Impact: Financial loss, customer complaints

Defect 2: Role-Based Access Issue

  • Issue: Normal user sees admin menu
  • Root Cause: Incorrect role mapping
  • Severity: High

Defect 3: Data Duplication

  • Issue: Duplicate records created on refresh
  • Root Cause: Missing idempotency check
  • Severity: Medium

6️⃣ Test Case Examples (UI, API, DB, Performance)

UI Test Case Example

StepActionExpected
1Enter valid usernameAccepted
2Enter valid passwordMasked
3Click LoginDashboard displayed

API Test Case (Postman)

  • Method: POST
  • Endpoint: /api/login
  • Expected Status: 200
  • Response time < 2 seconds

Database Validation (SQL)

SELECT order_status, amount 

FROM orders 

WHERE order_id = 56789;

Validate:

  • Correct status
  • Correct amount

Performance Test Idea

  • 1,000 concurrent users
  • Login response < 3 sec
  • No server errors

7️⃣ Tools Interview Questions (Hands-On Focus)

19. How do you use JIRA?

  • Create & track defects
  • Link defects to stories
  • Add screenshots/logs
  • Monitor defect trends

20. Purpose of TestRail?

  • Test case management
  • Execution tracking
  • Reporting & metrics

21. How do you use Postman?

  • API request validation
  • Response code & body checks
  • Basic API automation

22. Selenium knowledge at 3 years?

  • Good conceptual understanding
  • Able to review scripts
  • Support automation team

23. SQL usage in testing?

  • Data validation
  • Backend verification
  • Business rule checks

24. How is JMeter used?

  • Load testing
  • Stress testing
  • Response time analysis

8️⃣ Domain Exposure (Interview-Relevant)

Banking Domain

  • Fund transfers
  • Balance validation
  • Transaction history
  • Failed transaction handling

Insurance Domain

  • Policy lifecycle
  • Premium calculation
  • Claim processing

ETL

  • Source-target validation
  • Data transformation rules
  • Duplicate & null checks

9️⃣ Common Mistakes at 3 Years Level

❌ Giving only textbook answers
❌ No real defect examples
❌ Weak RCA explanation
❌ Poor Agile understanding
❌ No metrics or risk discussion


🔟 Quick Revision Cheat Sheet

  • SDLC vs STLC
  • Risk-based testing
  • Severity vs Priority
  • Defect leakage & RCA
  • Agile ceremonies
  • Test metrics

1️⃣1️⃣ FAQs

Is manual testing still a good career at 3 years?

Yes—especially in domain-heavy, exploratory, and UAT-driven projects.

Should I switch to automation?

Basic automation knowledge is expected, but strong manual skills still matter.

What differentiates a strong 3-year tester?

  • Clear project explanation
  • Real production defects
  • Strong RCA & business understanding

Leave a Comment

Your email address will not be published. Required fields are marked *