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 linked list #10

Closed ank1traj closed 1 year ago

ank1traj commented 1 year ago

Allows the user to generate testcases for a linked list data structure. The component enables the user to specify various parameters such as the number of elements to be added to the linked list, the range of values that these elements can take, and whether duplicates are allowed or not.