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 |
can testing and development be done in same environment?
Just now i got a bug in the application.Anyone of u can clarify me is it a bug or not. scenario is: 1. if we a check box more than one. 2. click TAB and keep the focus on any check box not on the last check box 3. Then click (space+tab) at a time 4. then check the changes if we click anywhere the previous check box is going to be checked and the application is going to be hanged........... please answer to this question.If i have reported this to my developers they are telling that this is a browser property please confirm this scenario at ur developers and answer to me please .thanks in advance........ (glamorous)
Test cases have written according to Flow of the software working or according to Screens?
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
Hi this is satish from bangalore I wanted to take up my ISTQB Foundation level Certification can any one help me out with the date of test..
What is unit level testing?
Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.
hi all, I am doing Testing course,can anyone help me what is domain & module?
I heard that 2 0r 3 tier applications can be tested using Browser in the <<Intranet>> Is it correct. pls correct me
what is checkin & checkout ?
Can we use automation tools during static testing? If yes when and how?
While executing the test cases manually all were pass.but when run on automation tool there it was failed to get pass result .Why so happened?