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 meant by Testware?
What are the different technology that manual tester should know( except automation tools)?
how would u do performance Testing manually for web site.
What is 2-tier architecture, 3-tier architecture?
On which order testing is done regression,retesting,functional,User Acceptance Testing,Usability Testing,Smoke Testing ???
What is the role of the test group vis-?is documentation, tech support, and so forth?
please send me interview questions asked in google in testing - manual
If you have 2 versions of a software (v1.0 & v1.1) and you are testing v1.0. How do you confirm that the defects found in v1.0 have been fixed and have not migrated to v1.1 ?
3 Answers BN, Indi Shopee, Symphony,
What is the difference between Incident and Defect. Anybody can answer it. Thanks in advance.
10 Answers iFlex, Kameda Infologics,
What is the role of Testing Engineering in a product company
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
What is meant by code walkthrough?