The Testcase Generator is a user-friendly graphical user interface (GUI) designed to facilitate the easy generation of test cases across various programming languages. It supports popular languages including C, C++, C#, Java, Python, and Go.
This tool enables users to generate test cases for a wide range of competitive programming platforms, such as:
- HackerRank
- HackerEarth
- CodeChef
- Coderunner (Moodle Plugin)
- VPL (Moodle Plugin)
By simplifying the process of test case creation, the Testcase Generator aims to enhance the efficiency of developers and educators alike.
- Derived from an amazing open-source project.
The following languages are supported for testcase generation:
- Download and install Python here.
- Download the latest release zip file here and unpack into a folder.
- Run tc_gen.exe from that extracted folder.
- The testcases generated will be within the 'generated' folder, which is inside the _internal folder.
- The logic file contains the code responsible for generating test cases. It is designed to support multiple programming languages, enabling flexibility and versatility in test case creation.
- The Python code provided represents the input for the Testcase Generator. Any data printed to this field will be recognized as potential input values. For detailed examples and explanations, please refer to the documentation available here.
Please leave a star if you liked my work! β€
