Skip to content

TheStartupIntern/TestCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8edd4b0 Β· Feb 28, 2025

History

20 Commits
Feb 28, 2025
Feb 21, 2025
Feb 21, 2025
Feb 21, 2025
Feb 21, 2025
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025
Feb 21, 2025
Feb 28, 2025
Feb 24, 2025
Feb 21, 2025
Feb 21, 2025
Feb 25, 2025
Feb 25, 2025
Feb 21, 2025
Feb 21, 2025
Feb 21, 2025

Repository files navigation

πŸ§ͺ Test Case Repository

Welcome to the Test Case Repository, a structured collection of test cases for different types of software applications. This repository is designed to help testers, developers, and QA teams maintain high-quality standards in software testing.

πŸ“˜ Powered by The Startup Intern .


πŸ“Œ About This Repository

This repository serves as a centralized location for well-structured and reusable test cases for various software projects. The test cases cover:

  • βœ… Functional Testing
  • πŸ”’ Security Testing
  • 🎨 Usability Testing
  • β™Ώ Accessibility Testing

Each test case is neatly organized to ensure easy navigation and retrieval.


πŸ“‚ Folder Structure

Test cases are structured as follows:

content/
│── Web Apps/
β”‚   │── Functional Testing/
β”‚   β”‚   │── Navigation/
β”‚   β”‚   β”‚   │── Verify Homepage Loads.md
β”‚   β”‚   β”‚   │── Verify Navigation Links.md
β”‚   β”‚   │── Form Validation/
β”‚   β”‚   β”‚   │── Verify Email Field Validation.md
β”‚   │── Security Testing/
β”‚   β”‚   │── Authentication/
β”‚   β”‚   β”‚   │── Verify Login Security.md
│── ....
│── TEMPLATE.md
│── CONTRIBUTING.md
│── README.md
│── app.config.ts

  • content/ β†’ Main directory containing test cases.
  • Project Type (e.g., Web Apps/) β†’ Categorizes test cases based on application type.
  • Test Type (e.g., Functional Testing/) β†’ Groups test cases by testing methodology.
  • Test Suites (e.g., Navigation/, Form Validation/) β†’ Specific areas of testing.
  • Test Case Files (.md) β†’ Individual test cases inside relevant folders.
  • TEMPLATE.md β†’ Standardized template for writing new test cases.
  • CONTRIBUTING.md β†’ Contribution guidelines for new test cases.
  • app.config.ts β†’ Configuration file for Docus.dev.

πŸš€ Getting Started

1️⃣ Setup Locally

# Clone the repository
git clone https://github.com/TheStartupIntern/TestCase.git

# Navigate to the project folder
cd testcase-repo

# Install dependencies
npm install

# Start the local development server
npm run dev

The documentation site will be available at http://localhost:3000.

πŸ“ How to Contribute

We welcome contributions! Follow these steps to add a new test case:

  1. Fork the repository on GitHub.
  2. Create a branch for your changes.
  3. Navigate to the correct folder based on the type of test case.
  4. Add a new test case file (e.g., Verify Homepage Loads.md).
  5. Copy the content of TEMPLATE.md into your new file and modify accordingly.
  6. Commit your changes with a meaningful commit message.
  7. Submit a pull request to the stage branch.

For more details, see our CONTRIBUTING.md.


πŸ“– View Documentation

This repository is powered by Docus.dev, making it easy to browse test cases as structured documentation.


πŸ”— Connect with Us

  • πŸ’¬ Have a question? Open an issue.
  • πŸ›  Want to contribute? Check out CONTRIBUTING.md.
  • ⭐ Like this project? Give us a star on GitHub.
  • πŸš€ Happy Testing! πŸ§ͺ🎯

Contributors ✨

Thanks to these wonderful people:
@basiratkareem
@Comanche2001