Manual Testing Interview QA Final
Manual Testing Interview QA Final
A: Software testing is the process of evaluating and verifying that a software application works as
A: Manual Testing is testing the software manually without using any automation tools. Testers
execute test cases, report bugs, and ensure the system meets the specified requirements.
A: SDLC (Software Development Life Cycle): Steps followed to develop software (like:
Requirements -> Design -> Development -> Testing -> Deployment -> Maintenance).
STLC (Software Testing Life Cycle): Phases followed during testing (Requirement Analysis -> Test
Planning -> Test Design -> Test Execution -> Defect Reporting -> Test Closure).
A: A test case is a set of steps with input and expected output to verify a particular feature or
functionality.
A: Severity: Impact of the bug on the application (Ex: Login not working = High severity).
Priority: How quickly it needs to be fixed (Ex: UI misalignment = Low severity, High priority if it's on
homepage).
- Invalid username
- Invalid password
- Empty fields
A: New -> Assigned -> Open -> Fixed -> Retest -> Verified -> Closed (or Reopen).
Q: You found a bug but the developer says it's not a bug. What will you do?