What are the Test Cases for an email id for username and
password?
Answers were Sorted based on User's Feedback
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 |
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 |
what will be the test case for Lift?
22 Answers Mind Tree, Satyam, Tops Security Ltd,
What is Initial Configuration?
How to write test cases ?
Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod
how to write a test procedure & test log for login system
What are semi-random test cases?
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
How to write simple test cases?
how to test ip address?
3 Answers Cisco, QSpiders, Satyam,
Which testing is important, positive testing or negative testing. Test cases for postive and negative testing for a given functionality.
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6