How to write testcases for username creation?Given
requirements are min 6characters,atleast one
alphabet,alpha,alphanumric
Answers were Sorted based on User's Feedback
Answer / anitha
case 1:
display of user name creation page
page contains fields username(text box),password(text box)
gender(drop down) security question(may be drop down or
text field)answer(text field)
button "create account" "cancel"
case 2:
mandatory field validation
1.enter less than 6 characters click "create account"
2.enter min 6 characters with no alphabets and
click "create account"
3.enter min 6 chars with alphabets and no alpha or alpha
numeric and click "create account"
4.without entering any value on password field
click "create account"
5.enter 6 characters,1 alphabet,alpha,alphanumeric
click "create account"
case 3:
enter valid values for all fields click "create account"
enter valid values for all fields click "cancel"
case 4:
database should be examined whether database is updated
with corresponding details
hope this test cases are right..
if there is any changes plz let me know
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / venu sai
In the text box we checking cursor from left to right
| Is This Answer Correct ? | 0 Yes | 1 No |
what is objectrepositry
9 Answers Infinite Computer Solutions,
wirte the test cases for triangle by using testing techniques
8 Answers Blue Star, George Mason, HP,
is it necessary to write test cases in tabular form or will point wise will do.
3 Answers Google, Zycus Infotech,
to write test cases for fuel guage?
what are the possible test cases of an VOIP phone
Write the 10 test cases for Telephone/Pen.
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
Why is it that the boundary value analysis provides good test cases?
what will be the test case for Lift?
22 Answers Mind Tree, Satyam, Tops Security Ltd,
how do u call a from library file
Test cases on uplaoding files
12 Answers GE, HP,
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.