generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Test Case | ||
about: Create a test case to help us verify and improve | ||
summary: 'Verify that <some functional or non-functional part>' | ||
labels: test case | ||
assignees: '' | ||
|
||
--- | ||
**Date Time** | ||
MM-DD-YYYY HH:MM | ||
|
||
**Priority** | ||
High / Medium / Low | ||
|
||
**Description** | ||
A clear and concise description of what the test is. | ||
|
||
**Pre-requisites** | ||
Steps to be fulfilled before test: | ||
1. Move to ... | ||
2. Authorize as ... | ||
3. Open ... | ||
|
||
**Test Cases** | ||
| S# | Action | Test Data | Expected Result | Actual Result | P/F | Automated | | ||
|:-----------:|:-----------:|:-----------:|:---------------:|:-------------:|:-----------:|:-----------:| | ||
| <br> | <br> | <br> | <br> | <br> | <br> | <br> | | ||
| <br> | <br> | <br> | <br> | <br> | <br> | <br> | | ||
| <br> | <br> | <br> | <br> | <br> | <br> | <br> | | ||
| <br> | <br> | <br> | <br> | <br> | <br> | <br> | | ||
| <br> | <br> | <br> | <br> | <br> | <br> | <br> | | ||
|
||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your test. | ||
|
||
**Environment:** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the test here. | ||
|
||
User story links E.g.: "User story #100 " | ||
|
||
Labels to be added "Test case", Priority ("pri: "), Type ("UI, "Functional"), "API" . |