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

test case for pen?? with actual value and expected calue

4 Answers   InfoSpace,


What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?

4 Answers   Blue Star,


How to write test data for login module?

5 Answers  


Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.

3 Answers  


Explain the logic testing?

0 Answers  






how to Create a test plan document for Library Management System

3 Answers   TCS,


How to write a Scenario and test cases for escalator

7 Answers   ABC, Accenture, CTS,


How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

0 Answers  


Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data

3 Answers  


how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible

2 Answers  


Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj

0 Answers  


Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

0 Answers  


Categories