Testing Questions

Q1)What is Error, Bug and Defect?
Ans)
Error --> Which comes at the time of development.
Bug --> Which comes at the time of testing. (Pre-Release)
Defect --> Which comes in Production. (Post-Release)
-----------------------------
Q2)What is STLC? Explain about the steps of STLC?
Ans)
STLC stands for Software Test Life Cycle .

1.Test Planning
Prepare the test plan document, and test cases.

2.Test Development
Preparing requirements documents, UseCase documents, Traceability documents.

3.Test Execution
Executing all Test cases and filling actual results using testing tools and utilities.

4.Result Analysis
Comparing expected results with actual results.

5.Bug Tracking
Filed bugs are identified ,isolated and managed.

6.Reporting
Bug Reporting process, is the reporting of bugs in a database to track further.