Hi Friends...
Can any one tell me how many functional test cases we can
write for basic login page..
Thanx in advance..
Answers were Sorted based on User's Feedback
Answer / sap
I agree with the above test cases. I have one more to add
and that is :
While testing the field for entering password, check that
while entering password the actual password is not
displayed and symbols like (*) is displayed in order to
hide it from others.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sri
Yeah can be between 5-6
Like
1. Entering the URL in the address
2. Enter valid user name and password (+ve test case)
3. Enter invalid user name and password (-ve test case)
4. Home is opened when logged in
5. Displays in the home page
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / softwaretester4u
hi ,
1.Enter valid user name and password (+ve test case) ,click
ok button it displays next screen,
2. Enter invalid user name and password (-ve test case)it
should display worning message
3.click on cancel button in login screen if has cancel
button
4.if caps loc on it should display tootip caps' loc is on
5enter the user name ,with out enter password click on ok
button display proper message
5.with out enter user name click tab or moves to password
field it shoudl display enter user name
6 Tab order of login page
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geetha
Verify login operation with valid data
Verify login operation with invalid data
verify login operation with out giving mandatary data
verify login operation by clicking on cancel button
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / s
verify user name with valid inputs(+ve test case)
verify user id with invalid data(-ve testcase)
verify password with valid data (+ve testcase)
verify password with invalid data (-ve test case )
verify if the corresponnding window is opening or not after
valid information given and press ok button
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain clearly what is buglifecycle
Can any one please tell me the exact difference between the smoke testing,sanity testing and exploratory testing?
How to write test cases for testing databases,especially for testing and writing test cases for stored procedures.
Can you tell me what is negative testing?
write test cases on wall
what is deffered status?
What ishigh severity, low priority bug?
When do you go for integration testing?
What is the mean by Test Management,Test Design,Test Execution,Test Plan,Test Specification?
There are 2 options for Editing say Edit User. 1) Press Alt+E 2) Double click the user 3) Press Edit button Should I have to write 3 different cases for it?
Why should you care about objects and object-oriented testing?
What is an exit criteria?