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 arrays #8

Closed ank1traj closed 1 year ago

ank1traj commented 1 year ago

The "Add to arrays" component allows the user to generate arrays of integers or floats with custom specifications. The user can choose the length of the arrays, the minimum and maximum value of each element, and the number of arrays to generate. Additionally, the user can specify whether to allow duplicates in the arrays or not.

ank1traj commented 1 year ago

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