Test Case Template : How to Write Better Test case in 5 min?
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
- Login creds of X user.
- App is opened in Chrome browser.
Test Data
- Login creds – Admin
Steps
- Login to X app
- With X user
- Clic Y and
- 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