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 / 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 |
Post New Answer View All Answers
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
What is test environment? Elaborate with example.
how many test cases do u need to ship a product?
Why is it that the boundary value analysis provides good test cases?
I need GUI test case for home page?
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
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
How to test a stored procedure?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
how to make test case for anolog voice logger?
Test a file replication service that copies files from one net location to another
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Explain the format of a requirement traceability
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.