This repository contains the manual testing deliverables for WafiCommerce, a commerce platform. The testing focused on ensuring system functionality across Product Management, Sales, Sales Orders, Purchases, and Purchase Returns while identifying critical defects.
📂 Final_Test_Cases.xlsx – Comprehensive test cases for all modules.
📂 Bug_Report.xlsx – Documented defects found during testing.
📂 Test_Execution_Guide.docx – Step-by-step test execution details.
📂 Test_Summary_Report.docx – Summary of findings & recommendations.
📂 Test_Case_Design_Approach.docx – Explanation of the testing methodology used.
🔹 Review Test Cases: Open Final_Test_Cases.xlsx to see all test scenarios.
🔹 Execute Tests: Follow Test_Execution_Guide.docx to perform manual testing.
🔹 Check Bug Reports: Refer to Bug_Report.xlsx for identified defects.
🔹 Analyze Findings: See Test_Summary_Report.docx for key insights.
🚨 Critical Issues Identified:
- Stock management issues allow overselling beyond available inventory.
- Credit limit enforcement needs improvement.
- Simultaneous transactions can cause stock inconsistencies.
✅ System Strengths:
- Most functionalities performed as expected.
- Clear validation messages and structured workflows.
- Accurate stock updates and order tracking.
🔄 Recommendations:
- Implement real-time stock validation.
- Restrict sales if a customer's credit limit is exceeded.
- Introduce concurrency control to prevent stock inconsistencies.