Skip to content

Commit

Permalink
Create test_case.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalyna authored Mar 1, 2024
1 parent 085919d commit 332bb1b
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/test_case.md
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" .

0 comments on commit 332bb1b

Please sign in to comment.