Sir I m student
I mreading sytem testing as my core paper
I want to know how I can make Test case for smple Login Form
Answer Posted / selvakumar
High level Test cases and Low level test cases:
Write all the testcases under high level TC,which can be
covered the main functionalities like
creation,edition,deletion,etc....as per prescribed in the
screen.
Wrtie all the testcases under low level TC,which can be
covered the screen,like input fields are displayed as per
the requirements,buttons are enabled or disabled,and
testcase for low priority functionalities.
Example a screen contains two edit boxes login and password
and a pust buttons OK and Reset and check box for the
label "Remember my password".Now let us write high level TC
and low level test cases.
HIGH LEVEL TC
--------------
1.Verify that User is able to login with valid login and
valid password.
2.Verify that User is not able to login with invalid login
and valid password.
etc...
..
..
3.Verify that Reset button clears the filled screen.
4.Verify that a pop up message is displayed for blank login.
etc...
etc..
LOW LEVEL TC
--------------
1.Verify that after launching the URL of the application
below fields are displayes in the screen.
1.Login Name 2.Password.3.OK BUTTON 4.RESET button etc..
5.check box,provided for the label "remember my pwd" is
unchecked.
2.Verify that OK button should be disabled before selecting
login and passwrod fields.
3.Verify that OK button should ne enabled after selecting
login and password.
4.Verify that User is able to check the check box,provided
for the label "remember my pwd".
etc..etc...
In this way,we can categorise all the testcases under HIGH
LEVEL and LOW LEVEL.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Explain the concept of semi-random test cases?
What is quick test professional and what test environment it supports?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
What is component testing?
Write a test case of login window?
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
Who will take care of test plan and test case?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
How to write test cases on laptop???
Can you list down a few characteristics of a test case?
What are all the companies are doing manual testing till now ?
What is test environment? Elaborate with example.
What is the state testing?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation