What is Test Scenario? Template with Examples

What is a Test Scenario?

A TEST SCENARIO is defined as any functionality that can be tested. It is also called Test Condition or Test Possibility. As a tester, you should put yourself in the end user’s shoes and figure out the real-world scenarios and use cases of the Application Under Test.

Scenario Testing

Scenario Testing in software testing is a method in which actual scenarios are used for testing the software application instead of test cases. The purpose of scenario testing is to test end to end scenarios for a specific complex problem of the software. Scenarios help in an easier way to test and evaluate end to end complicated problems.

Let’s study this with the help of the video below -

When not create Test Scenario?

Test Scenarios may not be created when

How to Write Test Scenarios

As a tester, you can follow these five steps to create Test Scenarios-

Tips to Create Test Scenarios

Example 1: Test Scenario for eCommerce Application

For an eCommerce Application, a few test scenarios would be

Test Scenario 1: Check the Login Functionality In order to help you understand the difference Test Scenario and Test Cases, specific test cases for this Test Scenario would be

  1. Check system behavior when valid email id and password is entered.
  2. Check system behavior when invalid email id and valid password is entered.
  3. Check system behavior when valid email id and invalid password is entered.
  4. Check system behavior when invalid email id and invalid password is entered.
  5. Check system behavior when email id and password are left blank and Sign in entered.
  6. Check Forgot your password is working as expected
  7. Check system behavior when valid/invalid phone number and password is entered.
  8. Check system behavior when "Keep me signed" is checked

As evident, Test Cases are more specific.

Test Scenario 2: Check the Search Functionality Test Scenario 3: Check the Product Description Page Test Scenario 4: Check the Payments Functionality Test Scenario 5: Check the Order History

Example 2:  Test Scenarios for a Banking Site

Test Scenario 1: Check the Login and Authentication Functionality

Test Scenario 2: Check Money Transfer can be done

Test Scenario 3: Check Account Statement can be viewed

Test Scenario 4: Check Fixed Deposit/Recurring Deposit can be created

And so on…

Test Scenario Template

Download Test Scenario Template Excel(.xlsx)

 

YOU MIGHT LIKE: