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

in peer reviews,is there any checklist based on which we can review our team members documents.

1 Answers  


What is the use of RTM?

2 Answers  


How do u determine,what to be tested?

0 Answers  


Write 5 Test Cases for ATM From Security Point of View ?

2 Answers  


Why V model is callds as V model? And at which stage v & V happens?

2 Answers   Kanbay,






What is back to back testing?

0 Answers  


What is broken link? how to test in a web application.

2 Answers   Innovizia Technologies, IT Works,


What is Testing Measurements and Metrics explain in detail? What is the need of this in the Test Strategy document?

1 Answers   HP,


Difference between Test Plan & Test Strategy?

6 Answers  


What types of testings can you use in a sequence to test ATM transaction??

3 Answers   GrapeCity,


I Want to know for the different fields For e.g there are 6 different fields and menus, How much possible test Cases can be written there is any calculation?

2 Answers  


Can anyone tell me what should be the test cases for Security Testing?

3 Answers  


Categories