plz send test scenarios and test cases for "user name should
have vowels only with the range of 4 to 8 characters"
Answer Posted / soni k
1. Check the user name with any valid combination of any 4
characters in (a,e,i,o,u)
2. Check with Value with 4 character using (aeiou), 3
characters , 8 characters repeating in (a,e,i,o,u), with 9
charatcter using (a,e,i,o,u), verify if it is accepting less
than 4 or more than 8 characters
3. Try with inavlid data (numbers, special characters) other
than (a,e,i,o,u)
4.Try user name with spaces as characters
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Why is it impossible to test a program completely?
What a team leader will test first when s/he will get new module to test?
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
What is the difference between a defect and a failure?
Which are the standards for software test plans?
Can you explain the elementary process?
What r the features,u take care in prototype testing?
Explain branch coverage and decision coverage.
When we use integration testing for any new system so why we required system testing.
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
Manual and automation how do they help in bringing out quality product? Explain?
Can you explain decision tables?
What is a test server?