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 palindrome #13

Closed ank1traj closed 1 year ago

ank1traj commented 1 year ago

Generate palindrome strings of a given length or a number of palindromes. This can be useful in testing the palindrome function or for other applications that require palindrome strings. The function can take parameters such as the length of the palindrome string, the number of palindromes to generate, and the characters to use to create the palindrome (such as only alphabets or alphanumeric characters).

ank1traj commented 1 year ago

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