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 pesticide paradox? How to overcome it?
Explain about Bug Life Cycle
what is agile testing?
What is the difference between Smoke Test & Sanity Test?
10 Answers Qualtree Solutions,
How to test the functionality & UI of an application which is in a different language other than English as part of Localization Testing.
First Name & Last Name fields are there in the application form, In Application First name & last name fields accepts the numerical value 453455 & special characters $%#$% . My question is that --> I think No need to write test cases for Numerical value & special char. for First & Last name fields BECAUSE No one will enter such a input data at client side b'coz it's not practical. Let's me know the answer.
wht is adhoc testing?
What is Component Testing? How to do Component Level Testing?
what is actually contain test report? can anybody post the test report
Diffference between System Testing & Integration Testing?
What is a Test Build Manager?
can u explain me v-model?I told him we will do parallely both devolpment and testing . frs------------useraccepatance testing \ / srs system testing \ / HLD integration testing \ / LLD--------------------- unit testing \ / CODING he asked me how ur frs is done parallel with useracceptence testing and srs is done parallel to system testing and HLD IS done parallel to integration testing and LLD is done parallel to unit testing.Give me a clear clarification for it?