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 are the categories of writing test cases?
What is smoke testing and when it wil be done?
Give me an example when black box testing will not able to detect a bug which white box will detect?
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?
Can anyone explain Boundary value Analysis and equavelance partition with real time example
Explain All-pairs testing?
write test case for login window
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)
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
Apart from integrating testing,what a test engineer will do in system testing?
what is unit testing? It comes under white box or Black Box testing?
What is the model which is followed in your project.