Testing Basics Question
Testing Basics Question
Answer:
Answer:
Answer: Testing without looking at the internal code, only checking the input
and output.
Answer:
Answer:
Answer:
Answer: A unique identifier given to each test case for easy tracking.
Answer: Testing without test cases, exploring the application to find defects.
14. What is Ad-hoc Testing?
Answer:
Answer: Dividing inputs into valid and invalid groups to reduce test cases.
Answer:
Answer: Checking how user-friendly and easy to use the application is.
Answer: Testing the entire application flow from start to finish to ensure
everything works together.
Answer:
Answer: Testing the graphical user interface for correctness, layout, and
design.
Answer: Testing the system under extreme load to check its breaking point.
Answer: Running the system for a long time to check stability and memory
leaks.
Answer:
1. What is STLC?
Answer:
1. Requirement Analysis
2. Test Planning
5. Test Execution
6. Test Closure
Answer: Detailed test cases and test data are prepared based on
requirements.
Answer: To prepare the hardware and software environment where tests will
be executed.
Answer: Test cases are run, and results are recorded. Defects are reported if
any.
Answer: Final phase where test results are analyzed, reports are created,
and lessons learned are documented.
Answer:
It is the process a defect goes through from discovery to closure during
testing.
Answer:
1. New
2. Assigned
3. Open
4. Fixed
5. Retest
6. Verified
7. Closed
Answer:
Tester finds a bug and logs it – the defect is in the "New" state.
Answer:
The bug is assigned to a developer for fixing.
5. What is the "Fixed" status?
Answer:
Developer has fixed the defect and marked it as "Fixed" for testing.
6. What is "Retest"?
Answer:
Tester retests the fixed defect to confirm if it is resolved.
7. What is "Verified"?
Answer:
Tester confirms the defect is resolved and marks it as verified.
8. What is "Closed"?
Answer:
The verified defect is closed after final approval.
Answer:
If the issue still exists after a fix, the tester reopens the defect.
Answer:
The defect is postponed for future release due to low priority or other
reasons.
Answer:
The developer denies it as a bug due to invalid, duplicate, or not
reproducible issue.
1. What is Quality Assurance (QA)?
Answer:
Answer:
Answer: Testing without looking at the internal code – focus is on input and
output.
7. What is White Box Testing?
🔹 Real-time Scenario
Answer: Reproduce the bug, gather details (steps, screenshots), log it in the
bug tracking tool, and assign it to the developer.