STLC interview questions — Easy

132 easy-level STLC questions from our Manual Testing bank, each with the correct answer and an explanation of why it is correct.

This topic slice is available to practise but is not yet part of our indexed set.

What this covers

STLC appears throughout Manual Testing interviews. At easy level, interviewers are typically checking that you know the fundamentals and can describe them precisely — definitions, defaults, and the basic mechanics. Work through these, then explain your answer out loud; the second part is what interviews actually test.

20 example questions

  1. 1. Which STLC phase produces the Requirement Traceability Matrix (RTM)?

    • A. Defect Retesting.
    • B. Test Execution.
    • C. Test Closure.
    • D. Requirement Analysis.correct

    Why: The RTM is created during Requirement Analysis to map requirements to test cases.

  2. 2. In the context of STLC, test summary report is best described as:

    • A. Quick verification a build is stable enough for testing.
    • B. Document defining scope, approach, resources, and schedule of testing.
    • C. Closure document summarizing results and quality.correct
    • D. Steps, data, and expected results validating a condition.

    Why: test summary report: Closure document summarizing results and quality.

  3. 3. During a code review, a reviewer asks: In which STLC phase are test cases actually run against the build?

    • A. Test Planning.
    • B. Test Design.
    • C. Requirement Analysis.
    • D. Test Execution.correct

    Why: Test cases are run during the Test Execution phase and results are logged.

  4. 4. Which of the following best describes test summary report in STLC?

    • A. Input values prepared for executing test cases.
    • B. Closure document summarizing results and quality.correct
    • C. Document defining scope, approach, resources, and schedule of testing.
    • D. Quick verification a build is stable enough for testing.

    Why: test summary report: Closure document summarizing results and quality.

  5. 5. What is the first phase of the Software Testing Life Cycle (STLC)?

    • A. Test Closure.
    • B. Environment Setup.
    • C. Test Execution.
    • D. Requirement Analysis.correct

    Why: STLC begins with Requirement Analysis where testers study testable requirements.

  6. 6. Which of the following best describes smoke test entry gate in STLC?

    • A. Quick verification a build is stable enough for testing.correct
    • B. Input values prepared for executing test cases.
    • C. Closure document summarizing results and quality.
    • D. Steps, data, and expected results validating a condition.

    Why: smoke test entry gate: Quick verification a build is stable enough for testing.

  7. 7. Which is the correct high-level order of the Software Testing Life Cycle (STLC)?

    • A. Test execution → Requirement analysis → Test design → Closure.
    • B. Requirement analysis → Test planning → Test design → Test execution → Closure.correct
    • C. Test planning → Test execution → Requirement analysis → Closure.
    • D. Test design → Closure → Test planning → Execution.

    Why: STLC flows: requirement analysis, test planning, test case design, environment setup, test execution, then test cycle closure.

  8. 8. What is the purpose of test case in STLC?

    • A. Steps, data, and expected results validating a condition.correct
    • B. Document defining scope, approach, resources, and schedule of testing.
    • C. High-level description of functionality to be tested.
    • D. Input values prepared for executing test cases.

    Why: test case: Steps, data, and expected results validating a condition.

  9. 9. Which of the following best describes test case in STLC?

    • A. Closure document summarizing results and quality.
    • B. Steps, data, and expected results validating a condition.correct
    • C. High-level description of functionality to be tested.
    • D. Document defining scope, approach, resources, and schedule of testing.

    Why: test case: Steps, data, and expected results validating a condition.

  10. 10. What is the purpose of test plan in STLC?

    • A. Quick verification a build is stable enough for testing.
    • B. High-level description of functionality to be tested.
    • C. Document defining scope, approach, resources, and schedule of testing.correct
    • D. Input values prepared for executing test cases.

    Why: test plan: Document defining scope, approach, resources, and schedule of testing.

  11. 11. Which of the following best describes test plan in STLC?

    • A. Document defining scope, approach, resources, and schedule of testing.correct
    • B. Closure document summarizing results and quality.
    • C. High-level description of functionality to be tested.
    • D. Steps, data, and expected results validating a condition.

    Why: test plan: Document defining scope, approach, resources, and schedule of testing.

  12. 12. Which of the following best describes test scenario in STLC?

    • A. High-level description of functionality to be tested.correct
    • B. Quick verification a build is stable enough for testing.
    • C. Closure document summarizing results and quality.
    • D. Input values prepared for executing test cases.

    Why: test scenario: High-level description of functionality to be tested.

  13. 13. In STLC, what does test plan do or refer to?

    • A. Steps, data, and expected results validating a condition.
    • B. Closure document summarizing results and quality.
    • C. Document defining scope, approach, resources, and schedule of testing.correct
    • D. High-level description of functionality to be tested.

    Why: test plan: Document defining scope, approach, resources, and schedule of testing.

  14. 14. What is the purpose of test scenario in STLC?

    • A. Steps, data, and expected results validating a condition.
    • B. High-level description of functionality to be tested.correct
    • C. Input values prepared for executing test cases.
    • D. Closure document summarizing results and quality.

    Why: test scenario: High-level description of functionality to be tested.

  15. 15. What is the purpose of smoke test entry gate in STLC?

    • A. Quick verification a build is stable enough for testing.correct
    • B. High-level description of functionality to be tested.
    • C. Steps, data, and expected results validating a condition.
    • D. Document defining scope, approach, resources, and schedule of testing.

    Why: smoke test entry gate: Quick verification a build is stable enough for testing.

  16. 16. In STLC, what does test summary report do or refer to?

    • A. Steps, data, and expected results validating a condition.
    • B. Quick verification a build is stable enough for testing.
    • C. Closure document summarizing results and quality.correct
    • D. Document defining scope, approach, resources, and schedule of testing.

    Why: test summary report: Closure document summarizing results and quality.

  17. 17. In STLC, what does test scenario do or refer to?

    • A. Document defining scope, approach, resources, and schedule of testing.
    • B. High-level description of functionality to be tested.correct
    • C. Closure document summarizing results and quality.
    • D. Steps, data, and expected results validating a condition.

    Why: test scenario: High-level description of functionality to be tested.

  18. 18. In STLC, what does smoke test entry gate do or refer to?

    • A. Steps, data, and expected results validating a condition.
    • B. Quick verification a build is stable enough for testing.correct
    • C. High-level description of functionality to be tested.
    • D. Input values prepared for executing test cases.

    Why: smoke test entry gate: Quick verification a build is stable enough for testing.

  19. 19. What is the purpose of test summary report in STLC?

    • A. Steps, data, and expected results validating a condition.
    • B. Input values prepared for executing test cases.
    • C. Closure document summarizing results and quality.correct
    • D. Quick verification a build is stable enough for testing.

    Why: test summary report: Closure document summarizing results and quality.

  20. 20. In STLC, what does test data do or refer to?

    • A. Document defining scope, approach, resources, and schedule of testing.
    • B. High-level description of functionality to be tested.
    • C. Input values prepared for executing test cases.correct
    • D. Closure document summarizing results and quality.

    Why: test data: Input values prepared for executing test cases.

Related Manual Testing topics