Sunday, January 8, 2023

Test Scenario

Test Scenario:

  • Test scenarios become more important when the tester does not have enough time to write test cases, and team members agree with a detailed scenario.

  • One Test scenario can have multiple test cases.


Example of Test scenarios:

Here we are discussing the Gmail application and writing test scenarios for different modules which are most commonly used such as Login, Compose Inbox, and Trash.


Test scenarios on the Login module:


  • Enter the valid login details (Username, password), and check that the home page is displayed.

  • Enter the invalid Username and password and check for the home page.

  • Leave Username and password blank, and check for the error message displayed.

  • Enter the valid Login, click on the cancel, and check for the fields reset.

  • Enter the invalid Login, more than three times, and check that account is blocked.

  • Enter a valid Login, and check that the Username is displayed on the home screen.

No comments:

Post a Comment