DEV Community

Hameed Hussain
Hameed Hussain

Posted on

TASK 5

Question 1 : Write Test cases for any one scenario from Book My Show application

Answer:

Please find the Google sheet link below
Refer both sheet 1 and sheet 2
Sheet 1 : Select your city module
Sheet 2 : Sign In module

https://docs.google.com/spreadsheets/d/1G_7zHPXGsWuHR2o7VSyr-ClHswRRx_24CyrjiqJDKlo/edit?usp=sharing

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
= = = = = = = = = = = = = = = = = = = = = = = = = = = =

Question 2 : Write Key points Test Scenario, Test Case, Test Strategy, Test Plan and Test summary report

Answer:

Test Scenario:

-> A test scenario is a high-level description of a specific module or function we going to test from software application
-> It describes a Overall user's interaction with the system on what user going to do.
-> Test scenarios are often derived from user stories and requirement.
-> They focus on the end-to-end flow of the application and help identify test cases needed to validate the functionality.

Test Case:

-> A test case is a detailed description of a specific test scenario, including test inputs, actions, and expected results.
-> It provides step-by-step instructions for executing a test scenario.
-> Test cases include Test case ID, Test Case description, preconditions, test steps, expected results, Actual results, status and comments.

Test Strategy:

-> The Test Strategy is a higher-level document that defines the overall testing approach for a specific project. It sets the direction for testing by providing guidelines and principles to be followed.
-> It defines the testing objectives, scope, methodologies, tools, and resources required for testing.
-> Test strategies address factors such as testing types (e.g., functional, performance, security), automation, test environment setup, and risk management.

Test Plan:

-> A test plan is a detailed document that outlines the specific test activities, schedules, and resources required to execute the test strategy.
-> It provides a roadmap for the testing process, including test objectives, scope, approach, deliverables, and timelines.
-> Test plan include information on test environment setup, test execution, defect management, and reporting.
-> They are developed based on the test strategy and may be updated throughout the project lifecycle to reflect changes in requirements or priorities.

Test Summary Report:

-> A test summary report is a comprehensive document that provides an overview of the testing activities, results, and findings.
-> It summarizes the test execution status, including the number of test cases executed, passed, failed, and blocked.
-> Test summary reports highlight key findings, issues, and risks identified during testing, along with recommendations for improvement.
-> They serve as a communication tool for stakeholders, providing insights into the quality of the software and informing decision-making processes.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay