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 is gap analysis
suppose we r executing 10 test cases.let us assume one test case(like 5th test case) failed. then as a test engineer what u will u do?is it app problem or u'r s"?
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
Defect management
What is your framework of current project
how you get build from developer? pl answer it?wht is build ?
What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation?
what is the difference between Test strategy and test plan?
25 Answers EDS, IBM,
What scripting language should tester know when his organisation using Automation tool like wise any tool? wht kind of script should tester should be familiar?
what is best way to Indentify the senarios for anything like room,car,bike etc please tell me best ways to identfy
tell me different deft reports ?
Give the example for high severity high priority high severity low priority low severity high priority low severity low priority ?