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
Answers were Sorted based on User's Feedback
Answer / b.v.s.sekhar
For testing the login operation, there are seven test cases.
Test case No User id Password expected output
1 Valid Valid Next window
2 Valid Invalid Error message
3 Invalid Valid Error message
4 Invalid Invalid Error message
5 Blank Valid Error message
6 Valid Blank Error message
7 Blank Blank Error message
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / 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 |
Answer / m.srinivas
min=5;............... valid
max=10;............... valid
min-1= 4;........... invalid
min+1= 6;........... valid
max-1=9;...........valid
max+1=11;.............. invalid
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amit kumar saini
With out Spec we right Test Cases Depends upon the Object
Present in the scren.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ponkumara guru paran
a) To check the with Valid User id(5 Char)and Valid Password
b) To check with Valid User id(10 Char) and Valid Password
c) To check the Rules in formula for used this way 4 >= 5
d) To check the valid user id for 5 <= 6 ::
e) To check the valid user password for 9 >= 10
f) To check the valid user password 10 <= 11;
g) To check the used in Blank space for valid user name &
password
h) To Check the Alert Message for "CAPS LOCK IS ON"
while giving password with Upper case
i) To check the nothing words or numbers for not valid password
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / ponkumara guruparan
input flow :password type is more than 6 to 18 characters or
numbers
more types to check the test cases in password
1. u should not enter the username & password
2. u should not enter the password only
3. u should enter the blank space used for password
4. enter the password, but should not enter the username
5. u should enter the wrong password
6. u should enter the less than six letters
7. u should enter the more than 18 letters
| Is This Answer Correct ? | 1 Yes | 3 No |
Positive and Negative test cases for the speedometer?(minimum 5 each)
Explain the format of a requirement traceability
what are the test case scenario for epos/pos testing,and how to initiate the process
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
How do you differentiate the roles of Quality Assurance Manager and Project
i need Usability test case for home page?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
How many test cases u will write for Adhoc testing? How many test cases u will write for Alpha testing? How many test cases u will write for Beta testing? How many test cases u will write for Release candidate testing? How many test cases u will write for Product release testing? How many test cases u will write for Functional testing? How many test cases u will write for Non-Functional testing? How many test cases u will write for Integration testing? How many test cases u will write for System testing? How many test cases u will write for Component testing? How many test cases u will write for Release testing? How many test cases u will write for Load testing? How many test cases u will write for Stress testing? How many test cases u will write for Black box testing? How many test cases u will write for White Box testing? How many test cases u will write for Performance testing? How many test cases u will write for Automation testing? How many test cases u will write for Compatibility testing? How many test cases u will write for Regression testing? How many test cases u will write for Endurance testing? How many test cases u will write for System Integration testing? How many test cases u will write for Boundary value testing? How many test cases u will write for Usability testing? How many test cases u will write for Walk through testing? How many test cases u will write for Sanity testing? How many test cases u will write for Smoke testing? How many test cases u will write for Installation testing? How many test cases u will write for Soak testing? How many test cases u will write for Volume testing? How many test cases u will write for Security testing? Write test cases for Multi path testing? How many test cases u will write for Multi path testing? Write test cases for Dynamic Capacity Expansion (DCE)? Write test cases for Dynamic Volume Expansion (DVE)? Write test cases for Dynamic Raid Expansion (DRM)? Write test cases for Drive failure? Write test cases for Controller Failover? Write test cases for Cable pull? Write test cases for RAID Controller?
write test cases for hospitality management system
What is the logic testing?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
How to write test cases ?