QA Interview Cheat Sheet Shakti
QA Interview Cheat Sheet Shakti
Types of Testing
• Smoke Testing: Basic checks to ensure build is stable.
• Sanity Testing: Focused testing after small changes or bug fixes.
• Regression Testing: Re-testing to ensure existing features aren’t broken.
• API Testing: Verifying APIs (GET/POST) using tools like Postman.
• Database Testing: Validating backend data using SQL queries.
Scenario-Based Questions
• Login Page Testing: Valid/Invalid inputs, empty fields, case sensitivity, SQL injection.
• Developer Disagrees on Bug: Show evidence, refer to requirements, communicate
clearly.
• Search Feature Testing: Valid/Invalid terms, typos, filters, case sensitivity, no results.
Tools Knowledge
• Tools Used: Postman (API), Excel (Test Cases), JIRA (Bug Tracking), MySQL (DB
Testing).
• Test Case Management: Use IDs, Description, Steps, Expected/Actual Results, Status.