can u say me how many test cases i can get for a user to
login and enter password ..please specify in testcase
desing template for that
Answer Posted / kanda
Consider Login with Userid(Min 5 Char and Max 10 Char)
------------------------------------------------------
i)Test to Check with Valid Userid(5 Char) and Valid Password
(As per Requirements)
ii)Test To check with Valid Userrid(10 Char) and Valid
Password(As per Requirements)
iii)Test To check with Valid UserId (<=10 X >=5) and Valid
Password(As per Requirements)
iii)Test To check with InValid Userrid( 5< X >10 Char) and
Valid Password
iv)Test to Check with Valid User Id and Invalid Password
(Password not belongs to User)
v)Test To check Whether Password Is case Sensitive
vi)Test To Check with Blank Values on Input Field in Login
Screen
vii)Test To Check whether Password In Encrypted Form
viii)Test To Check Whether Navigation is Possible through
TAB key
ix)Test To Check the Alert Message for "CAPS LOCK IS ON"
while giving password with Upper case
x)For Invalid Data input fields after Alert messaage check
Whether Cursor Enabled for that Field
Xi)Test To Check Whether User can Able to Navigate
Successfully for valid Input fields
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
write a test case for yahoo compose page?
Sample test cases for data conversion(Utility billing system)
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
What is explain security testing?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
how to test stand alone programs?
How to write test cases on laptop???
What is ramp testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Explain the functional testing?
Write test cases for 8+4?
How to write email id in world wide web
Explain the concurrency testing?
how to write a test cases for courier offices?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?