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 the formal technical review
what is Gui testing?
Can you tell me what is negative testing?
How to design the test cases?
What is the difference between Smoke testing & Sanity Testing?
What is kick-off meeting? Why is it optional?
How do you find synchronisation problems normally?
3.risk factor ratio in the project?
difference between test strategy,test plan and test methodology. which will create first and who will create those and is there anyone optional in that
Hi, Can any one tel me what is meant by adhoc testing
Explain how to test the online trading software? How can we get the Feed values? Where they will store? How we test the Personal Trading account because it is time constraint.
what is the defference between stress and load testing?