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 difference between test case and test scenerio.explain it with example?

3 Answers   Mahindra Comviva,


There are some features to improve the performance of a Product. What are those factors?

0 Answers   Target,


What is difference between regression testing and re- testing?

17 Answers   Mind Tree, TCS,


Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance

3 Answers  


How you will assure client that the number of test cases written by you is sufficient or can complete the test coverage completion criteria?

1 Answers  






What is mean by "instance" in case of software testing..?

4 Answers  


Is Validation Test & Negative Tests have same meaning???Are both same???

4 Answers  


i'm 2007 passed out.I'm very much interested in testing.i tried very hard to get a job.wat to do if i don't get a job in small company also?

5 Answers  


what is iterative testing

3 Answers  


What is the procedure to write test cases and what are the conditions to write test cases? please say...

2 Answers  


Explain about Loop Testing methodology?

1 Answers   Crea,


what is module testing, integrity testing? what is a test script?

1 Answers  


Categories