What are the test cases to write to test user account
locksout after 5 invalid attempts
Answers were Sorted based on User's Feedback
Answer / yuxia
1. 1st attempt login with invalid credential - error message
should display
2. 4th attempt login with invalid credential - error message
should display
3. 5th attempt login with invalid credential - system
message should display that user account is locked out
4. 6th attempt login with valid credential - system message
should display saying that user account has been locked out
and please contact admin
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / mudaseer
enter the wrong password for 5 times then it should display phone is locked unlock the phone by entering your gmail
id and password
| Is This Answer Correct ? | 0 Yes | 5 No |
write a test cases for advanced search
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
test case for open doalog box. thanks a lot!
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
How to write test cases for Web related sites(ex: shopping carts sites)
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
how to write the test case for 1 to 12 months in equivalence partitioning?
Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)
Elaborate test plan and content availability in test plan.
how to prepare unit test scripts for accrued interest calculation.
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.