What are the Test Cases for an email id for username and
password?

Answers were Sorted based on User's Feedback



What are the Test Cases for an email id for username and password?..

Answer / hafeez

there may be seveveral test cases


for example

invalid email
invalid password

valid email
invalid password

invalid email
valid password

blanks

spaces

both valid


there are further test for checking whether an email address
is valid or not

eg a@b@.com

etc

http://www.s-qa.blogspot.com

Is This Answer Correct ?    8 Yes 0 No

What are the Test Cases for an email id for username and password?..

Answer / hareshvaity

Email id UserName : check the Definition of email address
e.g abc.xyz@tcs.com in this, part before @ is called as
local and part after @ is called as domain, the acceptable
characters for local and domain are different, that depend
on the Email Address Format and the Code used e.g. ASCII.
positive and negative test cases will be written based on
this characters.

Email id Password : Test cases depend on the Functional
Requirement. it changes from company to company e.g
Maximum length Character, Should have atleast 1 numeric or
special character, should not be similar to employee
name,address or company name and similar requirements.
positive and negative test cases will be written based on
this requirements.
Security Testing:
1. password should be masked.
2. should not be get copied.
3. Coockies should be disable for password field.

After entering the name and password, if one of this is
incorrect then proper message box should be popped up.
Valid is "Incorrect name or password"
Invalid is "Incorrect name" or "Incorrect password"

please add your ideas.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More Test Cases Interview Questions

Write the functional,system test case for a electric bulb which have two electric switches.

4 Answers   Manhattan,


hi there... can any1 tel me hw to prepare a traceability matrix by taking a practical scenario..i know the theory part bt dont kno how to implent dat..

3 Answers   TCS,


What is the logic testing?

0 Answers  


how to test ip address?

3 Answers   Cisco, QSpiders, Satyam,


14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?

1 Answers   ISTQB,






Please can anybody tell me some good ideas to write test case for fan and test case for chair?

6 Answers   TCS,


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

0 Answers  


What are the Test Cases for an email id for username and password?

2 Answers  


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

0 Answers  


Write a test case for yahoo

2 Answers  


Who will decide what the test cases you have written are correct?

4 Answers   Mind Q Systems, Satyam,


What is BRANCH COVERAGE Testing

1 Answers  


Categories