An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![testcase-generator](https://user-images.githubusercontent.com/88102392/230890576-752c744a-0a9e-47d2-9e83-64cf03cbe692.png)

## 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.

![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)

### 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).