plz send test scenarios and test cases for "user name should
have vowels only with the range of 4 to 8 characters"
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prasanti behera
1.put aieou and check the result
2.put aie and check the result
3.put aieou8 and check the result
4.put aieoubt and check the result
5.put AIEOU and check the result
6.put aieou@ and check the result
Is This Answer Correct ? | 6 Yes | 3 No |
what is web application testing and what is the difference between a client server application and web server application?
How important is Change Management in today's computing environments?
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug
when will go for compatibility testing and when you use the testing metrics?
does anybody have requirement document for any project? if u have , could u plz forward it to my mail brahma412@yahoo.co.in
What is the meaning of incident in testing?
Maximum how many defects found in a single module?
What is "Visible State Transition" test? Give example
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.
When to stop testing? (Or) how do you decide when you have tested enough?
What is an equivalence class
What are the test cases for the fields, Name, Password, Login id, Address, phone,etc.?