What are the Test Cases for an email id for username and
password?
Answer Posted / 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 View All Answers
how to write test cases for online restaurant table booking system?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Explain the functional testing?
Write a test case of login window?
What is use case testing?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
Explain the format of a requirement traceability
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Explain the logic testing?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
How to write test cases or test scripts for UAT testing which is done manually
Explain the static testing?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!