Skip to content

Commit 1b7a10f

Browse files
committed
Improve test cases doc
1 parent a8afc02 commit 1b7a10f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/TestCases.md

Lines changed: 9 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,10 @@ When sending a GET request to the `/customers` endpoint:
2325

2426
## GUI
2527

28+
Below are the three kinds of GUI tests:
29+
30+
### Frontend integrated
31+
2632
- It filters by All sizes
2733
- It filters by Small size
2834
- It filters by Medium size
@@ -51,7 +57,7 @@ When sending a GET request to the `/customers` endpoint:
5157
- It finds no a11y issues in light mode
5258
- It finds no a11y issues in dark mode
5359

54-
## Component
60+
### Component
5561

5662
- `<CustomerDetails />`
5763
- It renders with contact details

0 commit comments

Comments
 (0)