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://testcase-generator.vercel.app
MIT License
10 stars 12 forks source link

Add component for integers #6

Closed ank1traj closed 1 year ago

ank1traj commented 1 year ago

It allows the user to generate test cases for problems that involve integers. With this component, the user can specify the range of values for the integers, the number of integers to generate, and whether or not the integers can be negative.

ank1traj commented 1 year ago

Implemented the solution and tested it successfully. Closing the issue.