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
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 |
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 |
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
what is data guidelines
what is meant by Priority nad severity?
what r the different types of test case? and tell me the names.
5 Answers Object Orb, Synova Inc,
What is the Role of Bug Tracking System
3 Answers Atlantic Scientific, Deloitte,
What is kick-off meeting? Why is it optional?
1. what is a test bed ?
Is Alpha testing done by developers or testers?
Which metric is used for extent of testing? a.)User Participation b.)Acceptance criteria tested c.)Test Cost d.)Test Automation
what are reviews(eswar)
What templates used to design the test cases?
If asked to create a Configuration Design Pattern, where would you start?