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

levels of testing

12 Answers   Accenture, TATA,


what is RFT?

5 Answers  


What do you like about computers?

0 Answers   HP,


What is a test strategy?

2 Answers  


Any idea about CMM?

0 Answers  






What is Version control? can any one help me its urgent thanks in advance

2 Answers  


Wat Is Configuration management and were we store all our testcases and Test data everything related to project for testing how we come to know abt the changes made in the modules and srs plz explain me the detail process for the abve if possible were to get the tutorial for all these cvs tool

3 Answers   Ness Technologies,


After testing the application May I have to keep a Test Log of the application ? If Yes then how? And What is the format for it?

1 Answers  


do a new defect is required to log for slight variation in steps on defect retest or the defect can be re open

1 Answers  


What you consider at the time of Module Integration?

2 Answers  


What is Independant Testing? When and where this type of testing will be performed?

0 Answers   Satyam,


what is functionality testing?? what is system testing?? does system testing involves functionality testiting??

5 Answers   FIC,


Categories