You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/test-plan.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Test Plan for AutomationPractice by Miguel Garces
2
2
*Project Owner: Miguel Garces*
3
-
*Latest Revision: 8/7/2025*
3
+
*Latest Revision: 8/12/2025*
4
4
5
5
## Project Overview
6
6
This project performs end-to-end testing to the demo website [Automation Exercise](https://automationexercise.com/). It extensively covers major user flows such as login/registration, product filtering, checkout, and API functionality.
@@ -31,10 +31,10 @@ This project performs end-to-end testing to the demo website [Automation Exercis
31
31
| User Registration | UI + Validation | ✅ | N/A |
32
32
| User Login/Logout | UI + Session Handling | ✅ | Check for session persistence |
33
33
| Product Search & Filters | UI | ✅ | Filter by category and other options available |
34
-
| Product Preview | UI |🔄| Verifies product information is accurate|
35
-
| Add to Cart | UI + Validation |⏳| Validates product is in the cart |
36
-
| Checkout Process | UI |⏳| N/A |
37
-
| Purchase Confirmation | UI + Validation |⏳| Ensure successful purchase and verify product is found in "Orders" |
34
+
| Product Preview | UI |✅| Verifies product information is matches with listing|
35
+
| Add to Cart | UI + Validation |🔄| Validates product is in the cart |
36
+
| Checkout Process | UI |🔄| N/A |
37
+
| Purchase Confirmation | UI + Validation |🔄| Ensure successful purchase and verify product is found in "Orders" |
38
38
| Contact Form | UI + Form Validation | ⏳ | N/A |
39
39
| User Login (POST) | API | ⏳ | N/A |
40
40
| Get Products (GET) | API | ⏳ | N/A |
@@ -43,7 +43,7 @@ This project performs end-to-end testing to the demo website [Automation Exercis
43
43
44
44
## Test Design Approach
45
45
- Page Object Model (POM) used for reusability.
46
-
- Use of fixtures to perform Pparametrized tests on edge cases.
46
+
- Use of fixtures to perform Parametrized tests on edge cases.
0 commit comments