---# Manual Testing Projects
This repository contains a curated set of manual testing artifacts designed for various real-world applications. It includes:
- β Test Plans
- π§ͺ Test Scenarios
- π Test Cases
- π Bug Reports (if applicable)
- π Project Documentation
- E-commerce Website (Web)
- Banking Application (Desktop)
- Mobile App (Android/iOS)
- CRM Dashboard (Web)
- Test Plans: High-level documentation outlining the scope, approach, and schedule for testing.
- Test Scenarios: Real-world user actions and functional paths to validate.
- Test Cases: Detailed, step-by-step instructions for verifying specific features.
- Bug/Defect Reports: Logs of defects found during testing.
- Exploratory Testing Notes: Observations and notes from unscripted testing sessions.
- Microsoft Excel / Google Sheets
- Markdown (.md) for documentation
- PDF for formatted test plans (optional)
- E-commerce Website β Functional and UI testing
- Banking Application β Security and transaction flow validation
- Mobile App (iOS/Android) β Device and compatibility testing
- CRM Dashboard β Usability and integration testing
- Provide a reusable structure for manual testing
- Help new testers understand real-world QA processes
- Document effective test coverage for software systems
We welcome contributions! If you have new test cases or want to improve existing ones:
- Fork the repository
- Create your feature branch (
git checkout -b feature/test-cases) - Commit your changes (
git commit -m 'Add test cases for XYZ') - Push to the branch (
git push origin feature/test-cases) - Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.