How to write requirements and test cases for sign up yahoo new user account .

Editorial / Best Answer

saravanan123  

  • Member Since Jul-2009 | Jul 20th, 2010


1.Check whether firstname field accept only alphabets
2.Check whether last name field accept only alphabets
3.Check firstname last name cannot accept other than alphabets - negative
4.Check the login name field accept only alphabets numerics and special characters except dot.
5.Check whether the desired login name is created only when it displays specific name is available.
6.Check whether desired login name cannot be created with existing login name - negative
7.Check password accept more than 8 characters
8.Check password cannot accept less than 8 characters - negative
9.Check the password and re-enter password field be the matched
10.Check it display a message when password and re-enter password mismatches - negative 11.Check whether you can view the security question
12.Check whether answer field cannot be null.
13.Verify whether secondary mail field entered with valid id
14.Verify whether your location is present in the location field
15.Verify whether the captcha entered and available is correct.
16.Check every time you refresh or selecting i accept it display a new captcha
17.Check captcha be unique
18.Check captcha is case sensitive
19.Check when i accept is selected it moves to next page
20.Check when any required field is not entered or entered with the wrong values it display a message with red color font

Showing Answers 1 - 3 of 3 Answers

1.Check whether firstname field accept only alphabets
2.Check whether last name field accept only alphabets
3.Check firstname last name cannot accept other than alphabets - negative
4.Check the login name field accept only alphabets numerics and special characters except dot.
5.Check whether the desired login name is created only when it displays specific name is available.
6.Check whether desired login name cannot be created with existing login name - negative
7.Check password accept more than 8 characters
8.Check password cannot accept less than 8 characters - negative
9.Check the password and re-enter password field be the matched
10.Check it display a message when password and re-enter password mismatches - negative 11.Check whether you can view the security question
12.Check whether answer field cannot be null.
13.Verify whether secondary mail field entered with valid id
14.Verify whether your location is present in the location field
15.Verify whether the captcha entered and available is correct.
16.Check every time you refresh or selecting i accept it display a new captcha
17.Check captcha be unique
18.Check captcha is case sensitive
19.Check when i accept is selected it moves to next page
20.Check when any required field is not entered or entered with the wrong values it display a message with red color font

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions