Q. Design black box test suits for a function that checks whether a character or string upto ten characters in a palindrome?
Ans Following may be the test cases:
- Try with Even number of characters (MALAYALAM)
- Try with Odd number of characters (ADDA)
- Try with maximum length of string
The subsequent are negative test cases (Warning message should come for the following)
- Try with empty string
- Try with numbers
- Try with special characters