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

You are Only tester for Onsite client team, this team is on holiday for two day from monday & SIT is started with plan end date is friday in this case if all server,application is crashed then as a tester what will be your approach

0 Answers   Cognizant, Tieto,


if software faild in customer environment what we called a)error b)fault c)defect d)failure

5 Answers   ITC Infotech,


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

0 Answers  


Give examples of boundary value and equivalence partitioning test cases.

10 Answers   IBM, Mind Tree,


Explain the component testing?

0 Answers  






How should write test case (i.e. in proper format or simply step by step) in an interview test paper?

1 Answers  


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

2 Answers  


Explain the format of a requirement traceability

0 Answers  


can anyone please send me the sample testcases on how to write it into the testtemplates

3 Answers  


wirte the test cases for triangle by using testing techniques

8 Answers   Blue Star, George Mason, HP,


1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).

0 Answers  


Need help to write test case for "Check Availability" field. Any help would be highly appreciated!

1 Answers   TCS,


Categories