What is the BVA and ECP of mailid and pass word?

Showing Answers 1 - 9 of 9 Answers

abhaybharti

  • Jan 10th, 2007
 

Hi

BVA for Mailid & password are as follows -

  1. correct  mailid & correct password is entered.

  2. correct mail id but incorrect password

  3. correct mail id but small password(suppose password field requires that password length should be 6    character, then enter password having length 5 char)

  4. correct mail id but large password(suppose password field requires that password length should not be more  than  8    character, then enter password having length 9 char)

  5. correct mailid but blank password

  6. correct password but blank mail id

  7. correct password but incorrect mail id

  8. both fields are empty, press ok button

  9. incorrect mail id & incorrect password is entered.

Thanks & Regards,

Abhay Bharti

  Was this answer useful?  Yes

Sandeep Patil

  • Jan 29th, 2007
 

The testcase correct password but wrong userid might not be there. How can a system check whether the password is coerrect if it does not know the username?

  Was this answer useful?  Yes

Sunny

  • May 11th, 2007
 

Just you think specification :

 1. Filed should allow only Alpha and numeric
 2. Field should allow only min 6 and max 15 char

BVA - Boundry value analasys
 
 teat cases : 1. Give 6 char(Boundry)
                     2. Give 7 char (Boundry+1)
                     3. Give 5 char (Boundry-1) - negetive test case
                     4. Give 15 char(Boundry)
                     5. Give 16 char(Boundry+1)
                     6. Give 14 char(Boundry-1) - Negetive test case

Equelence class

test cases : 1.Field should alloe A to Z, a to z and 0 to 9
                    2.Field should not allow any Spl char

  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