File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments