write test case for login window
Answers were Sorted based on User's Feedback
Answer / nitin
1)When login form get openend default focus should be set
on User Id text box.
2) Test for Min and Max Limits for User Id and Pwd Text Box
3) Test whether Pwd text box allows user to Copy and Paste
the entered text in the Pwd text box (It should not allow)
4)Test for proper tab Index set for each field.
5)Text entered in Pwd text box should not be visible to
user. (It should be in terms of special symbols such as * )
6)Check for the UserId and Pwd field's case sensitivity.(It
should be case sensitive)
7)If Incorrect UserId or Pwd is entered by User then proper
message boxes should be popped up and previous text should
be cleared in the respective text boxes.
8)Check the functionality after click on Ok and Cancel
Buttons.
9)This form should not be resizable
| Is This Answer Correct ? | 36 Yes | 7 No |
Answer / gandhali
Test Case for Log In Form:
1)When login form get openend default focus should be set
on User Id text box.
2) Test for Min and Max Limits for User Id and Pwd Text Box
3) Test whether Pwd text box allows user to Copy and Paste
the entered text in the Pwd text box (It should not allow)
4)Test for proper tab Index set for each field.
5)Text entered in Pwd text box should not be visible to
user. (It should be in terms of special symbols such as *
or . etc)
6)Check for the UserId and Pwd field's case sensitivity.(It
should be case sensitive)
7)If Incorrect UserId or Pwd is entered by User then proper
message boxes should be popped up and previous text should
be cleared in the respective text boxes.
8)Check the functionality after click on Ok and Cancel
Buttons.
9)This form should not be resizable.
| Is This Answer Correct ? | 35 Yes | 8 No |
how do we start testing when the build is required
developers take most of the time for coding and tester left very few time for testing say 2 days which testing u find best when ur project is run out of time and product is going to be released
What is bug, deffect, issue, error?
What is actually contain test report?
how to write defects in excel sheets when defects occured
How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....
i was testing a website for many months and everything was working fine from login to sign up and all the scenarios. but my boss asked me why login and sign up is not working?
When do we perform smoke testing?
Explain about Security Testing in webbased application?
In a Software testing Field, What you think a TESTER needs...?
what is the difference between developer testing and tester testing?
What is a test environment?