which is the most important test case on the login page ?
Answers were Sorted based on User's Feedback
Answer / ranjini
1. password field should be encrypted
2. the password field shouldnot be copied with mouse click
or ctrl c
3. limit the user enters the password
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / saurabh_g
Hi ! Generally while testing we start with verifying the
layout of that page.
So I think the very first test case to check the existence
of Userid, password textfields and Login button (layout)
should be the most important one bacause if it fails you
can't execute any other test case (Blocker :) )
Regards,
Saurabh
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ayub
1. With out Entering the Username/Password click on Login --
It should not allow you to Login and also there should be
a proper Error message.
2. You should know whether the Password should consists of
only Char, or only Numbers or varchar + Length of the
username/Password + Special char are allowed etc
3. The Importent thing... Clicking on the URL you should
check its navigating to the correct login page.
4.Check for the exixting Username/Password and try to
login -- it should login and navigate to the screen which
is sappose to.
5. Enter Invalid Username/password: it should throw the
proper error message.
6. Once you click on the URL the Cursor should be pointing
to the Username.
I think this are all Imp for a person to check the Login
page.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / umesh
I think the correct answer is, while entering the password
the field shouldn't display the character which we are
entering. this might be the correct answer. i don't konow
exactly ? can someone please clarify.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saurabh_g
And also you can specify one more test case checking that
the user is logged in his own account(not in some other's
account)when he provided correct user name and password.
Cheerz,
Saurabh
| Is This Answer Correct ? | 0 Yes | 0 No |
I think the very first test case to check the existence
of Userid, password textfields and Login button (layout)
should be the most important one bacause if it fails you
can't execute any other test case (Blocker
and
Each and every case is important in testing.There are aprox
11 cases for login,some times the cases may inc or dec
depending upon the specifications
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday
Among all the test cases, i feel it should not allow
unauthorized users to access the application test case is
most important.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is middle ware testing?? what are the companies using this tech?
What is the diffirent part of Case Studies?
Can automation testing replace manual testing?
If tester report a bug & developer is saying this is not a bug. What sud tester do in this situation??
Hi Friends ... why need testing team again, develop team is also doing testing... it is nessesary testing team for a project...
How to test when the web application expired time (cookies,sessions testing) in real time
I attended CDC software written test on 14th august 2009.time is 45 minutes. 10 objective type questions & 10 descriptive questions. In objective they asked questions from database like what is MTTF,Hotfix,Normalization,table index is used for what?,Release notes etc... 1.What is Registry? 2.What is compatibility testing? 3.Diff between Automated&Performance testing? 4.What is testing for availability? 5.Open database connectivity interface is used for/ 6.Difference btn Application and DLL'S? 7.What is code complete? 8.What is Release candidate? 9.What is smoke test? 10.Is virus a bug?
at which movement we will perform varification testing & Validation Testing , with Example ??
example for bug not reproducible
what is Adittrail in test factors
which based on check each field in application?
what we have to do if the application has some additional functionality which is not specified as part of functional spec.(but is useful.. may b futher) Do we consider it as a defect?