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 |
QC/VSS/team track/ bugzila etc ?
I get a .exe build for testing.What type of application is that.I mean whether it is web based or ----. I know it is not web based,but pls let me know what is the application that i have to mention in my resume.
Difference between Re-testing and Regression testing?
A application is given to you but the requirements and functionalities are missing what will you do to start the testing ?
what is build and release?
You need to plan a test project to qualify an application composed of many individual components. Referring to the scenario above, which phases do you expect to take longer than usual?
What is bug priority?
Describe Software Testing life cycle? What are the steps in volved in STLC (Software Testing Life Cycle)?
What is risk analysis and what kind of risk you foud while testing
What is the concept of introducing a small change to the program and having the effects of that change show up in some test?
Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it
What is an end-to-end testing?