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 |
What features of sqlserver is generally used in database testing
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.
who is best faculty for testing tools?
Hi, Can anyone send me the interview questions & answer for 2+ year of experience in manual testing
How will you test Email field?
how to write defects in excel sheets when defects occured
what is Severity / Prioity ? How do assian ? What are the basic things followed?
In simple steps how will you do unit testing using VSTS?
What is Benchmark Testing
What is the Entry Point for Test Plan?
what is negative testing and positive testing with example?
what is Softwar Audit?