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

Closed ank1traj closed 1 year ago

ank1traj commented 1 year ago

The "Add component for strings" feature in the testcase-generator repository allows users to generate strings with various customizable parameters. This feature can be useful for testing string manipulation functions or algorithms.

With this component, users can generate strings of specific lengths or with a specific number of strings. They can also choose whether to include certain characters in the generated strings, such as lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), or special characters.

Users can specify the exact characters they want to include in the generated strings or use pre-defined sets of characters. They can also control the distribution of characters in the strings, such as whether they should be randomly generated or follow a specific pattern.

Overall, the "Add component for strings" feature provides users with a flexible and customizable way to generate test cases for string manipulation functions. It allows for a wide range of possibilities and can save time and effort when testing string-related code.

ank1traj commented 1 year ago

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