DEV Community

Vikesh Krishnan V
Vikesh Krishnan V

Posted on

Task - 5

Q1. Write as many test cases as you can for a given scenario using Excel sheet. The Excel sheet should include the following columns:
Ans - Check the below for test case

Image description

Q2. Write the key points on Test Scenario, Test Case, Test Strategy and Plan, Test Summary Report.

  • Test Scenario:
    A test scenario is a high-level description of the functionality or feature to be tested.
    It outlines the overall objective of testing a specific feature or functionality.

  • Test Case:
    Unique identifier for each test case (e.g., TC-1, TC-2).
    A detailed description of the test case, including the steps to be executed.

  • Test Strategy and Plan:
    Clearly states the overall goal and purpose of the testing effort.

  • Test Summary Report:
    That provides a summary of the testing activities and their outcomes. It is usually created at the end of the testing phase or project and serves as a formal record of testing results

Top comments (0)