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 |
in test case we would write log and login ?what is the dif bet both of them
2.6.3 User Interface Different Polls could be present at different channels, pages within channels, and at home page. User interface for Poll will be as described below: - Beneath poll current result(running status) to be shown in graphical form(say progressing bar chart) all the time, in same window as poll. - Link ""All Polls >>"" to take user to Polls home page which will have all the active polls with results underneath. - All the polls not older than one month will come under Active polls category. - User can take Active open polls, but cannot react to Active closed polls. Can only view results of active closed polls. - No Interactives available for polls - "Add a comment", "Rate" - Registered User can take a poll only once, after that only result is shown to user. To unregistered user it will be open. 2.6.4 Interfacing/Sourcing Details - Polls is going to be a separate module, an internal application, which editor/admin can publish. - Admin/Editor should be able to publish polls on separate channels, pages. Assign closure dates. - Admin/Editor can upload images, change look n feel, add a brand, link/url to it. - System to capture user details(screen name/name, id, email id), do loyalilty points calculation and add to user loyality points. 2.6.5 Rules and Conditions Unless assigned a closure date, by default all Polls will be open for 30 days. this is the SRS how to write the test cases for the above functionalities help me
Explain the domain testing?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
What are the processes / steps invovled in Defect Prevention meeting?
write a test case for a pen and paper regarding writing.
In general, how do you see automation fitting into the overall process of testing?
Write test cases on for windows media player?
Explain the scalability testing?
Write a test cases on a facebook
10 Answers Accenture, CTS, General Electric, Intel, Inventures, Maveric, TCS,
What are semi-random test cases?