Test Case Template : How to Write Better Test case in 5 min?

testcase template sample

In this tutorial, I am sharing the exact Test case Template that we have used many times even with big firm.

This is sample Test case

Title
X is not working on Y Module when Z action is performed.

Pre Requisite

  1.  Login creds of X user.
  2. App is opened in Chrome browser.

Test Data

  • Login creds – Admin

Steps

  1. Login to X app
  2. With X user
  3. Clic Y and
  4. Perform Z

Expected Results

  • Y should be visible when X is clicked.

Actual Results

  • Y is visible when x is clicked.

Attachment

  • Attached the Image

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.