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 |
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Explain the domain testing?
test case for pen?? with actual value and expected calue
Write a test case of login window?
How many bugs have u found in your project?
Explain the scalability testing?
Write test case for a search engine?
12 Answers Saba, Saba Software,
If I give u refill which cost is 5000 & I ll give u refill then how u find that refill cost is right or wrong? & that refill is new in market.
is test case required to be baselined?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks