How to write testcases for username creation?Given
requirements are min 6characters,atleast one
alphabet,alpha,alphanumric
Answer Posted / 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 |
Post New Answer View All Answers
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
Do you know explain security testing?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Which of the following defines the expected results of a test? Test case specification or test design specification.
Why is it that the boundary value analysis provides good test cases?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Test Case for Text Editor!
write test case for pen cap if it is not present?
test cases for friend finder system using gps?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
can one defect be mapped to more than one test script in manual testing
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Write a test case of login window?