https://github.com/ank1traj/testcase-generator
automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://github.com/ank1traj/testcase-generator
competitive-programming competitive-programming-contests hacktoberfest hacktoberfest-accepted nextjs open-source testcase-generator
Last synced: 3 months ago
JSON representation
automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
- Host: GitHub
- URL: https://github.com/ank1traj/testcase-generator
- Owner: ank1traj
- License: mit
- Created: 2023-04-02T15:04:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T01:10:06.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:21:26.598Z (almost 2 years ago)
- Topics: competitive-programming, competitive-programming-contests, hacktoberfest, hacktoberfest-accepted, nextjs, open-source, testcase-generator
- Language: JavaScript
- Homepage: https://testcase-generator.vercel.app
- Size: 494 KB
- Stars: 9
- Watchers: 2
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

## What is Testcase Generator?
Automated Test Case Generation for Competitive Programming (CP) automates the process of generating test cases. It takes input data, specified constraints, and test case conditions as input, and produces a set of test cases that effectively exercise various paths and functions of the software application under test.
### How to contribute?
Participating in open-source software (OSS) initiatives can provide a gratifying and satisfying experience. It offers an opportunity to acquire novel abilities while also contributing to a project that has a significant impact on the larger community.
> Here are some steps you can take to contribute to this project
- Remember to read [Code Of Conduct](/CODE_OF_CONDUCT.md) before contributing.
- Follow the [Contribution Documents](/contributing.md)
- Create an [issue](https://github.com/ank1traj/testcase-generator/issues/new/choose) to report bugs, and vulnerabilities or add a new feature.
- Remember to add a [good commit message](https://gitopener.vercel.app/guides/general-terminology/How-to-write-professional-commits).
- Don't spam if you do it your PR/issue will be closed.
### Tech stack used
Currently we are using NextJs framework for this project.

### Contributors
We would like to extend our heartfelt gratitude to all the individuals who contributed to and supported this project. Your unwavering dedication, time, skills, and knowledge played a pivotal role in the success of this endeavor. Whether you offered code, documentation, testing, or provided valuable feedback and suggestions, please know that your contributions are highly valued and appreciated.
### License
This project is licensed under the [MIT License](/LICENSE).