Skip to content

Commit 8d17ed8

Browse files
committed
Improve test cases doc
1 parent a8afc02 commit 8d17ed8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/TestCases.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Test cases
22

3-
Below is a list of test cases that could be covered by automated scripts for the **EngageSphere** application.
3+
Below is a list of test cases currently covered by automated scripts for the **EngageSphere** application.
44

5-
The tests should cover both the API and Graphical User Interface (GUI.)
5+
The tests cover both the API and Graphical User Interface (GUI.)
6+
7+
> The GUI tests cover integrated frontend tests, accessibility (a11y) tests, and component tests.
68
79
## API
810

@@ -23,6 +25,8 @@ When sending a GET request to the `/customers` endpoint:
2325

2426
## GUI
2527

28+
### Frontend integrated
29+
2630
- It filters by All sizes
2731
- It filters by Small size
2832
- It filters by Medium size
@@ -51,7 +55,7 @@ When sending a GET request to the `/customers` endpoint:
5155
- It finds no a11y issues in light mode
5256
- It finds no a11y issues in dark mode
5357

54-
## Component
58+
### Component
5559

5660
- `<CustomerDetails />`
5761
- It renders with contact details

0 commit comments

Comments
 (0)