DEV Community

Prabhu Mithran
Prabhu Mithran

Posted on

JAT Task 2

QA-1

Write a test case for bookmyshow.com in an excel sheet.

Below is the sheet for reference

https://docs.google.com/spreadsheets/d/1wTIQgq_UTo404L51pmqnhKxBIapS4dMP7nXo7w_Wr08/edit?usp=sharing

Below is the Test case description, Test cases, Expected Results, Actual Results, Pass/Fail

Image description

Image description

Image description

QA-2

Write down a key point on the Test Scenario, Test case, Test strategy and Plan, and Test summary report.

1) Test scenario:-

Test scenario is a document which contains what are all the functionalities or feature that need to be tested. To ensure that all the features in the app are working properly. In other hands it is the input or the requirement from the customers, stakeholders in order to create the quality of the software.

2) Test case:-

It is a working piece of the software in which the set of conditions is executed with specified inputs to test the correct behavior/functionality and features of the application for the excepted result.
Below are the line items

  • Test data.
  • Test steps.
  • Test case Description.
  • Test Case steps
  • Expected Result.
  • Actual Results

3) Test strategy:-

It is a high level document which contains the overall approach for an entire testing process. Once the test plan has been written and approved by the project manager and development team, t cannot be modified. It varies from org to org but inside org it is the same for all the projects.
Below are the line items

  • Testing objectives
  • Testing scope
  • Testing phase
  • Resource allocation
  • Entry/exit criteria

4) Test plan:-

It is high level documents which contains all the planning activities of entire testing process. Test plan explains the methodology used by the testing to evaluate the product as well as the outcomes.

It will be prepared by test lead and manager.
It contains scope, objectives, features to be tested, cost and time estimation, risk and mitigation, staffing and training.

5) Test summary report:-

It is a overall result of the entire testing process. It communicates the testing outcomes to stakeholders. It provide insights into the quality of the software and helps in decision-making for the release of the product. It contains:

  • Test scenario
  • Test case
  • Test Strategy
  • Test Plan
  • Test summary Report

Top comments (0)