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 are the categories of writing test cases?

2 Answers  


What is smoke testing and when it wil be done?

7 Answers  


Give me an example when black box testing will not able to detect a bug which white box will detect?

2 Answers   Nelito,


Is it a good idea to write in your resume that you wrote Test Plans,Test Cases & executed Test Cases, when you have actually only executed them,& have only knowledge of the others?

1 Answers  


Can anyone explain Boundary value Analysis and equavelance partition with real time example

10 Answers   Accenture,






Explain All-pairs testing?

1 Answers   CTS,


write test case for login window

2 Answers  


When priority and Severity is opposite then which one required to solved first? Bug Number 1=(Severity 1 & priority 3), Bug Number 2=(severity 3 & priority 1), (high=1,Medium=2,Low=3)

3 Answers   HP,


When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content

1 Answers  


Apart from integrating testing,what a test engineer will do in system testing?

4 Answers   IBM,


what is unit testing? It comes under white box or Black Box testing?

19 Answers   Trigent,


What is the model which is followed in your project.

1 Answers   IBM,


Categories