we have develop one program i.e palindrome for string
character to check whether that string is palindrome or not.
example palindrome mean if u type ABCDCBA,RAAR..u can read
it form start or u can read it from end u find same string...
write the test cases for the above what u wil do for edges
boundaries check wether the program is correct or not

Answers were Sorted based on User's Feedback



we have develop one program i.e palindrome for string character to check whether that string is pal..

Answer / siva

You can have N number of test cases:
- Try with Even number of characters (MALAYALAM)
- Try with Odd number of characters (ADDA)
- Try with maximum length of string
The following are negative test cases: (Warning message
should come for the following)
- Try with empty string
- Try with numbers
- Try with special characters

Is This Answer Correct ?    4 Yes 0 No

we have develop one program i.e palindrome for string character to check whether that string is pal..

Answer / santosh kumar

1)prerquisite:String should be minimum length 3.
2)The position of each character of string should be same
from both the side left and right.

eg:for the string ABCDCBA From left the position of A,B,C,D
is same as from the right.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

What is the first query u encounter to test a database..?

2 Answers   HCL,


how cookie and session testing is done ?????

2 Answers   CMC, TCS,


What is Migration testing?

4 Answers   AZTEC,


How to test for improper links or broken links and would be there impact on the system?

2 Answers  


1. What types of documents would you need for QA, QC, and Software Testing?

1 Answers  


what is testing?

6 Answers  


i am keeping 2yrs fake experience in banking sector can someone please tel me what kind of questions and answers i have to face

3 Answers  


What are noise variables?

0 Answers   Cap Gemini,


What if an organization is growing so fast that fixed QA processes are impossible?

1 Answers   Crea,


why do u go for test bed?

2 Answers  


What is the term ‘quality’ mean when testing?

0 Answers  


What is the exact difference between retesting & regression testing? Please advise in detail

7 Answers   IonIdea,


Categories