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
+4-4Lines changed: 4 additions & 4 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/13/2025*
3
+
*Latest Revision: 8/19/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.
@@ -33,9 +33,9 @@ This project performs end-to-end testing to the demo website [Automation Exercis
33
33
| Product Search & Filters | UI | ✅ | Filter by category and other options available |
34
34
| Product Preview | UI | ✅ | Verifies product information is matches with listing |
35
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
-
| Contact Form | UI + Form Validation |⏳| N/A |
36
+
| Checkout Process | UI |✅| N/A |
37
+
| Purchase Confirmation | UI + Validation |✅| Ensure successful purchase and verify product is found in "Orders" |
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "qa-automation-automationexercise",
3
-
"version": "2.3",
3
+
"version": "2.4",
4
4
"description": "QA automation project showcasing UI, API, and visual tests for AutomationExercise. Integrated with Docker, Allure, and CI/CD pipelines.",
0 commit comments